From 4c1eb40a0b9adab75e8565243c70e61717cc9026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 20:12:11 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.6.3 to 1.7.7 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.3 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.6.3...v1.7.7) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 4 ---- 1 file changed, 4 deletions(-) diff --git a/go.mod b/go.mod index 7f902d6..061b973 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,3 @@ module github.com/WangLeonard/go-hack go 1.16 - -require ( - github.com/gin-gonic/gin v1.6.3 // indirect -)