From 7dbaa092487986f6074782603ea4ad313c88d0da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 20:18:46 +0000 Subject: [PATCH] chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.4 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.7.4...v1.7.7) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 14c3509..3f630c3 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/fullstorydev/grpcurl v1.8.2 github.com/gin-contrib/logger v0.2.0 github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19 - github.com/gin-gonic/gin v1.7.4 + github.com/gin-gonic/gin v1.7.7 github.com/go-gormigrate/gormigrate/v2 v2.0.0 github.com/go-redis/redis/v8 v8.4.4 github.com/golang/mock v1.6.0