From 1330a4f999b9c2c61cbc09bc6b87b2bb421be78e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 02:23:51 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.6.3 to 1.9.0 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.3 to 1.9.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.6.3...v1.9.0) --- 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 -)