From d9d404d97d4047a5fd17df0f1954782d10c5cf7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 00:58:57 +0000 Subject: [PATCH] build(deps): bump github.com/gin-gonic/gin from 1.4.0 to 1.7.0 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.4.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.4.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 604ae2f..4a3b10d 100644 --- a/go.mod +++ b/go.mod @@ -5,15 +5,18 @@ go 1.12 require ( github.com/bitly/go-simplejson v0.5.0 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect - github.com/gin-gonic/gin v1.4.0 + github.com/gin-gonic/gin v1.7.0 github.com/go-redis/redis v6.15.6+incompatible github.com/google/uuid v1.1.1 github.com/hashicorp/golang-lru v0.5.3 github.com/jinzhu/configor v1.1.1 github.com/kr/pretty v0.1.0 // indirect + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect + github.com/modern-go/reflect2 v1.0.1 // indirect github.com/onsi/ginkgo v1.10.2 // indirect github.com/onsi/gomega v1.7.0 // indirect github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 github.com/satori/go.uuid v1.2.0 github.com/sirupsen/logrus v1.4.2 + golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect )