From 114d85eb16da00aa3b834df39668cd16c2202262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 19:56:43 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.4.0 to 1.7.7 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.4.0 to 1.7.7. - [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.7) --- 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..ce01111 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.7 + 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