From fea7d5bb4295db837c4fbbf2ef4fcf130c411448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 01:32:52 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1. - [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.9.0...v1.9.1) --- 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 1d75bfc..9298e05 100644 --- a/go.mod +++ b/go.mod @@ -3,11 +3,14 @@ module github.com/gutrse3321/web-marisa go 1.15 require ( - github.com/gin-gonic/gin v1.9.0 + github.com/gin-gonic/gin v1.9.1 github.com/google/wire v0.5.0 github.com/gutrse3321/aki/pkg v0.0.0-20200619033054-c20e563bfd91 + github.com/kr/pretty v0.3.0 // indirect github.com/pkg/errors v0.9.1 + github.com/rogpeppe/go-internal v1.8.0 // indirect github.com/spf13/viper v1.7.0 go.uber.org/zap v1.10.0 google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect )