From 4349b75b6bb143ca0399b61fdf3744cd9328d0a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 02:36:31 +0000 Subject: [PATCH] build(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.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.7.7...v1.9.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index 9cb6ce5..2819dbf 100644 --- a/go.mod +++ b/go.mod @@ -13,10 +13,10 @@ require ( github.com/gin-contrib/cors v1.3.0 github.com/gin-contrib/gzip v0.0.1 github.com/gin-contrib/pprof v1.2.1 - github.com/gin-gonic/gin v1.7.7 - github.com/go-playground/locales v0.13.0 - github.com/go-playground/universal-translator v0.17.0 - github.com/go-playground/validator/v10 v10.4.1 + github.com/gin-gonic/gin v1.9.0 + github.com/go-playground/locales v0.14.1 + github.com/go-playground/universal-translator v0.18.1 + github.com/go-playground/validator/v10 v10.11.2 github.com/go-sql-driver/mysql v1.5.0 github.com/golang/protobuf v1.5.2 github.com/google/go-querystring v1.0.0 // indirect @@ -32,13 +32,12 @@ require ( github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.3 github.com/spf13/viper v1.4.0 - github.com/xdg/stringprep v1.0.0 // indirect - github.com/tidwall/pretty v1.0.1 // indirect + github.com/tidwall/pretty v1.0.1 + github.com/ugorji/go v1.1.7 // indirect go.etcd.io/etcd/client/v3 v3.5.4 go.mongodb.org/mongo-driver v1.5.1 - golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 + golang.org/x/net v0.7.0 google.golang.org/grpc v1.38.0 - gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect xorm.io/builder v0.3.7 xorm.io/xorm v1.0.2