From 3222fcb71331f654adca0e371ecb3d848be066ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 00:58:29 +0000 Subject: [PATCH] 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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 34f9cf9..d204efc 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,11 @@ module github.com/bar-counter/bclog go 1.12 require ( - github.com/bar-counter/template v0.0.0-20190923142351-2e47a6fb2963 - github.com/gin-gonic/gin v1.4.0 + github.com/BurntSushi/toml v1.2.1 // indirect + github.com/gin-gonic/gin v1.7.0 + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect + github.com/modern-go/reflect2 v1.0.1 // indirect + github.com/pkg/errors v0.9.1 // indirect go.uber.org/atomic v1.4.0 // indirect go.uber.org/multierr v1.1.0 // indirect go.uber.org/zap v1.10.0