From 2805446f75e6364aed2aeb1bdc1946aec8f57487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 00:57:47 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.3.0 to 1.7.0 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.3.0 to 1.7.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.3.0...v1.7.0) --- 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..11a5398 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.0 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