From 667e3f5706df122c3179c921f560b0898f233a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 19:54:49 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.3.0 to 1.7.7 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.3.0 to 1.7.7. - [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.3.0...v1.7.7) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/go.mod b/go.mod index ef7732c..37d8228 100644 --- a/go.mod +++ b/go.mod @@ -5,14 +5,11 @@ go 1.12 require ( github.com/QOSGroup/qbase v0.2.3-0.20190927065041-32eb90018d34 github.com/QOSGroup/qos v0.0.8 - github.com/gin-contrib/sse v0.1.0 // indirect - github.com/gin-gonic/gin v1.3.0 + github.com/gin-gonic/gin v1.7.7 github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.3.2 github.com/tendermint/go-amino v0.15.0 github.com/tendermint/tendermint v0.32.2 - gopkg.in/go-playground/assert.v1 v1.2.1 // indirect - gopkg.in/go-playground/validator.v8 v8.18.2 // indirect ) replace golang.org/x/sys => github.com/golang/sys v0.0.0-20190801041406-cbf593c0f2f3