From a5c79d522733bafa0194daac1d307a33fd6a236f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 00:57:29 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.3.0 to 1.7.0 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.3.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.3.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/go.mod b/go.mod index dd4c9a539..bf756942d 100644 --- a/go.mod +++ b/go.mod @@ -5,29 +5,41 @@ require ( github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 github.com/eclipse/paho.mqtt.golang v1.1.1 github.com/gin-contrib/gzip v0.0.0-20180827025821-1c01330167a8 - github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect - github.com/gin-gonic/gin v1.3.0 - github.com/golang/protobuf v1.2.0 // indirect + github.com/gin-gonic/gin v1.7.0 github.com/gorilla/websocket v1.4.0 - github.com/mars9/crypt v0.0.0-20150406101210-65899cf653ff - github.com/mattn/go-isatty v0.0.4 github.com/mattn/go-sqlite3 v1.9.0 github.com/mr-tron/base58 v0.0.0-20180812161927-f84df45a6b88 github.com/pkg/errors v0.8.0 github.com/robfig/go-cache v0.0.0-20130306151617-9fc39e0dbf62 github.com/russross/blackfriday v2.0.0+incompatible - github.com/schollz/mnemonicode v1.0.1 github.com/schollz/sqlite3dump v1.2.1 github.com/schollz/stringsizer v1.1.0 github.com/schollz/utils v1.0.0 + github.com/stretchr/testify v1.4.0 +) + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/gin-contrib/sse v0.1.0 // indirect + github.com/go-playground/locales v0.13.0 // indirect + github.com/go-playground/universal-translator v0.17.0 // indirect + github.com/go-playground/validator/v10 v10.4.1 // indirect + github.com/golang/protobuf v1.3.3 // indirect + github.com/json-iterator/go v1.1.9 // indirect + github.com/kr/pretty v0.3.1 // indirect + github.com/leodido/go-urn v1.2.0 // indirect + github.com/mars9/crypt v0.0.0-20150406101210-65899cf653ff // indirect + github.com/mattn/go-isatty v0.0.12 // indirect + github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect + github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/schollz/mnemonicode v1.0.1 // indirect github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect - github.com/tdewolff/minify v2.3.5+incompatible // indirect - github.com/tdewolff/parse v2.3.3+incompatible // indirect - github.com/ugorji/go v1.1.1 // indirect - golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b - golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3 // indirect - golang.org/x/text v0.3.0 + github.com/ugorji/go/codec v1.1.7 // indirect + golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect + golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect + golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect + golang.org/x/text v0.3.2 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect - gopkg.in/go-playground/validator.v8 v8.18.2 // indirect - gopkg.in/yaml.v2 v2.2.1 + gopkg.in/yaml.v2 v2.2.8 // indirect )