From 00d8b560f206a93f0620a26a2094416905084c73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 02:35:22 +0000 Subject: [PATCH] chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.0. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.7.7...v1.9.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index e729a6f..157150b 100644 --- a/go.mod +++ b/go.mod @@ -11,8 +11,7 @@ require ( github.com/deckarep/golang-set v1.8.0 github.com/elliotchance/orderedmap v1.4.0 github.com/gin-contrib/timeout v0.0.3 - github.com/gin-gonic/gin v1.7.7 - github.com/go-playground/validator/v10 v10.10.1 // indirect + github.com/gin-gonic/gin v1.9.0 github.com/gogo/protobuf v1.3.2 github.com/golang/mock v1.6.0 github.com/golang/protobuf v1.5.2 @@ -21,7 +20,6 @@ require ( github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 github.com/hashicorp/golang-lru v0.5.4 github.com/jedib0t/go-pretty/v6 v6.3.0 - github.com/mattn/go-isatty v0.0.14 // indirect github.com/minio/sha256-simd v1.0.0 github.com/mitchellh/copystructure v1.2.0 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 @@ -33,7 +31,7 @@ require ( github.com/sincerexia/gocrush v0.0.0-20220213012034-a24f00a6eb8e github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.4.0 - github.com/stretchr/testify v1.7.1 + github.com/stretchr/testify v1.8.1 github.com/twmb/murmur3 v1.1.6 github.com/wxnacy/wgo v1.0.4 go.etcd.io/etcd/client/pkg/v3 v3.5.2 @@ -41,9 +39,8 @@ require ( go.etcd.io/etcd/raft/v3 v3.5.2 go.etcd.io/etcd/server/v3 v3.5.2 go.uber.org/zap v1.17.0 - golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect - golang.org/x/net v0.0.0-20220403103023-749bd193bc2b - golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 + golang.org/x/net v0.7.0 + golang.org/x/sys v0.5.0 google.golang.org/grpc v1.45.0 - google.golang.org/protobuf v1.28.0 + google.golang.org/protobuf v1.28.1 )