Skip to content

Commit

Permalink
Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0 (#1499)
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.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](gin-gonic/gin@v1.7.7...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 10, 2023
1 parent 970115e commit f775717
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 49 deletions.
44 changes: 27 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ require (
github.com/fatih/structs v1.1.0
github.com/friendsofgo/errors v0.9.2
github.com/getsentry/sentry-go v0.7.0
github.com/gin-gonic/gin v1.7.7
github.com/gin-gonic/gin v1.9.0
github.com/go-errors/errors v1.0.1
github.com/go-openapi/strfmt v0.20.2 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.1.0
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/google/safebrowsing v0.0.0-20190624211811-bbf0d20d26b3
github.com/gorilla/schema v1.1.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/jinzhu/gorm v1.9.10
github.com/jmoiron/sqlx v1.2.0
github.com/json-iterator/go v1.1.11
github.com/json-iterator/go v1.1.12
github.com/karlseguin/ccache v2.0.3+incompatible
github.com/karlseguin/rcache v1.0.1
github.com/lib/pq v1.2.1-0.20191011153232-f91d3411e481
Expand All @@ -42,7 +42,7 @@ require (
github.com/miolini/datacounter v0.0.0-20190724021726-aa48df3a02c1
github.com/mitchellh/cli v1.1.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
Expand All @@ -51,7 +51,7 @@ require (
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/shurcooL/github_flavored_markdown v0.0.0-20181002035957-2122de532470
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.8.1
github.com/tidwall/buntdb v1.2.8
github.com/tkuchiki/go-timezone v0.1.5-0.20200504234801-f58f9e3b062f
github.com/viant/assertly v0.4.8
Expand All @@ -64,7 +64,7 @@ require (
github.com/volatiletech/sqlboiler/v4 v4.5.0
github.com/volatiletech/strmangle v0.0.1
goji.io v2.0.2+incompatible
golang.org/x/crypto v0.1.0
golang.org/x/crypto v0.5.0
golang.org/x/image v0.5.0
golang.org/x/net v0.9.0
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
Expand All @@ -74,18 +74,29 @@ require (
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/api v0.40.0
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

require (
github.com/francoispqt/gojay v1.2.13
github.com/jarcoal/httpmock v1.0.4
github.com/justinian/dice v1.0.1
github.com/n0madic/twitter-scraper v0.0.0-20230323164130-5ff4cd0d1ba9
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)

require cloud.google.com/go v0.74.0 // indirect
require (
cloud.google.com/go v0.74.0 // indirect
github.com/bytedance/sonic v1.8.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
)

require (
github.com/AlekSi/pointer v1.1.0
Expand All @@ -106,9 +117,9 @@ require (
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-openapi/errors v0.19.8 // 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/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.11.2 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/google/uuid v1.1.2 // indirect
Expand All @@ -122,14 +133,13 @@ require (
github.com/karlseguin/expect v1.0.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/posener/complete v1.1.1 // indirect
Expand All @@ -152,7 +162,7 @@ require (
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/rtred v0.1.2 // indirect
github.com/tidwall/tinyqueue v0.1.1 // indirect
github.com/ugorji/go/codec v1.1.7 // indirect
github.com/ugorji/go/codec v1.2.9 // indirect
github.com/volatiletech/randomize v0.0.1 // indirect
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
go.mongodb.org/mongo-driver v1.5.1 // indirect
Expand All @@ -162,6 +172,6 @@ require (
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
google.golang.org/grpc v1.34.0 // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)
Loading

0 comments on commit f775717

Please sign in to comment.