From 7ba4be56e3358233e80e2a8b4cf53f4e53226034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 02:39:42 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 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.7.7...v1.9.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f0cc226..d95f4cb 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,8 @@ go 1.12 require ( github.com/gin-contrib/cors v1.3.0 - github.com/gin-gonic/gin v1.7.7 + github.com/gin-gonic/gin v1.9.0 github.com/go-resty/resty/v2 v2.1.0 github.com/joho/godotenv v1.3.0 + github.com/ugorji/go v1.1.7 // indirect )