From 3987501c3e575f41820e0f9b7bb2cc0fc6e89db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 00:59:40 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.5.0 to 1.7.0 in /server/rate Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.5.0 to 1.7.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.5.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/rate/go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/rate/go.mod b/server/rate/go.mod index 69f3534..83114c7 100644 --- a/server/rate/go.mod +++ b/server/rate/go.mod @@ -3,6 +3,7 @@ module github.com/p2hacks/teamR01/server/rate go 1.13 require ( - github.com/gin-gonic/gin v1.5.0 + github.com/gin-gonic/gin v1.7.0 github.com/jinzhu/gorm v1.9.11 + github.com/kr/pretty v0.3.1 // indirect )