Skip to content

Commit

Permalink
build(deps): bump github.com/gin-gonic/gin from 1.6.3 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.3 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](gin-gonic/gin@v1.6.3...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 8fd84a5 commit 75e5347
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 305 deletions.
22 changes: 9 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,19 @@ require (
github.com/gchaincl/sqlhooks v1.3.0
github.com/getsentry/raven-go v0.2.0
github.com/ghodss/yaml v1.0.0
github.com/gin-gonic/gin v1.6.3 // indirect
github.com/gin-gonic/gin v1.9.1 // indirect
github.com/gitchander/permutation v0.0.0-20181107151852-9e56b92e9909
github.com/gliderlabs/ssh v0.3.0 // indirect
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
github.com/go-git/go-git/v5 v5.1.0 // indirect
github.com/go-playground/validator/v10 v10.3.0 // indirect
github.com/go-redsync/redsync v1.4.2
github.com/gobwas/glob v0.2.3
github.com/golang-migrate/migrate/v4 v4.11.0
github.com/golang/gddo v0.0.0-20200611223618-a4829ef13274
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/gomodule/oauth1 v0.0.0-20181215000758-9a59ed3b0a84
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-cmp v0.5.0
github.com/google/go-cmp v0.5.5
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-github/v28 v28.1.1
github.com/google/go-github/v31 v31.0.0
Expand Down Expand Up @@ -81,7 +80,7 @@ require (
github.com/jmespath/go-jmespath v0.3.0 // indirect
github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.10
github.com/json-iterator/go v1.1.12
github.com/karlseguin/expect v1.0.7 // indirect
github.com/karlseguin/typed v1.1.7 // indirect
github.com/karrick/godirwalk v1.15.6
Expand Down Expand Up @@ -146,14 +145,14 @@ require (
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/src-d/enry/v2 v2.1.0
github.com/stretchr/testify v1.6.1 // indirect
github.com/stripe/stripe-go v70.15.0+incompatible
github.com/temoto/robotstxt v1.1.1
github.com/tinylib/msgp v1.1.2 // indirect
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/uber/gonduit v0.6.1
github.com/uber/jaeger-client-go v2.24.0+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible
github.com/ugorji/go v1.1.7 // indirect
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0
Expand All @@ -162,23 +161,20 @@ require (
go.opencensus.io v0.22.4 // indirect
go.uber.org/atomic v1.6.0
go.uber.org/automaxprocs v1.3.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/mod v0.3.0 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/crypto v0.9.0
golang.org/x/net v0.10.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
golang.org/x/text v0.3.3 // indirect
golang.org/x/sync v0.1.0
golang.org/x/sys v0.8.0
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
golang.org/x/tools v0.0.0-20200626032829-bcbc01e07a20
golang.org/x/tools v0.6.0
google.golang.org/api v0.28.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/grpc v1.30.0 // indirect
gopkg.in/jpoehls/gophermail.v0 v0.0.0-20160410235621-62941eab772c
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
)

Expand Down
Loading

0 comments on commit 75e5347

Please sign in to comment.