From 11eccb68e0f288bf2aba23e8a463dfb3decc8dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:47:05 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.3.0 to 1.7.7 in /base/httplimiter 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] --- base/httplimiter/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/httplimiter/go.mod b/base/httplimiter/go.mod index 8e105f6..8fca0f9 100644 --- a/base/httplimiter/go.mod +++ b/base/httplimiter/go.mod @@ -3,6 +3,6 @@ module github.com/binatify/gin-template/base/httplimiter go 1.12 require ( - github.com/gin-gonic/gin v1.3.0 + github.com/gin-gonic/gin v1.7.7 golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 )