From fda1d421b727f6371e32e193403449208ac84d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:27:52 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.6.0 to 1.10.0 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.0 to 1.10.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.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index bec1df6..72be414 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,3 @@ module example.com/test-repo go 1.22.1 - -require github.com/gin-gonic/gin v1.6.0