From d4eec1db5fa813a32016a962e8566b696d9c45f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 18:40:32 +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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index bf8b6d3..32cadda 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/foolin/gin-template v0.0.0-20180515083052-089e62d1d723 github.com/gin-contrib/sessions v0.0.0-20190226023029-1532893d996f github.com/gin-gonic/contrib v0.0.0-20190302003538-54ff787f7c73 - github.com/gin-gonic/gin v1.3.0 + github.com/gin-gonic/gin v1.7.7 github.com/go-stack/stack v1.8.0 // indirect github.com/golang/snappy v0.0.1 // indirect github.com/google/go-cmp v0.2.0 // indirect @@ -27,8 +27,6 @@ require ( go.uber.org/atomic v1.3.2 // indirect go.uber.org/multierr v1.1.0 // indirect go.uber.org/zap v1.9.1 - golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect - golang.org/x/text v0.3.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 )