From 0cdd58eb4613dabe5ca51d1eed998061a7217a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 19:54:58 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.3.0 to 1.7.7 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.3.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.3.0...v1.7.7) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/go.mod b/go.mod index 21061ee..125bf06 100644 --- a/go.mod +++ b/go.mod @@ -5,29 +5,18 @@ require ( github.com/alexflint/go-scalar v0.0.0-20170216020425-e80c3b7ed292 // indirect github.com/andybons/gogif v0.0.0-20140526152223-16d573594812 github.com/buger/goterm v0.0.0-20180423150900-6d19e6a8df12 - github.com/davecgh/go-spew v1.1.1 // indirect github.com/dustin/go-heatmap v0.0.0-20180603032536-b89dbd73785a github.com/fortytw2/leaktest v1.2.0 // indirect - github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect - github.com/gin-gonic/gin v1.3.0 + github.com/gin-gonic/gin v1.7.7 github.com/gorilla/websocket v1.4.0 github.com/hscells/autotls v0.0.0-20181219231931-919d92fa7e09 - github.com/json-iterator/go v1.1.5 // indirect github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 // indirect - github.com/mattn/go-isatty v0.0.4 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/olivere/elastic v6.1.25+incompatible github.com/pkg/errors v0.8.0 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/stretchr/testify v1.2.2 // indirect - github.com/ugorji/go/codec v0.0.0-20180831062425-e253f1f20942 // indirect - golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 + golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 - golang.org/x/perf v0.0.0-20201207232921-bdcc6220ee90 // indirect - gopkg.in/go-playground/assert.v1 v1.2.1 // indirect - gopkg.in/go-playground/validator.v8 v8.18.2 // indirect - gopkg.in/yaml.v2 v2.2.1 // indirect ) go 1.13