Skip to content

Commit 3270e7a

Browse files
authored
[Vendor] update go-swagger v0.21.0 -> v0.25.0 (#12670)
* Update go-swagger * vendor
1 parent 66843f2 commit 3270e7a

File tree

350 files changed

+26295
-5494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

350 files changed

+26295
-5494
lines changed

go.mod

+2-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module code.gitea.io/gitea
33
go 1.14
44

55
require (
6-
cloud.google.com/go v0.45.0 // indirect
76
code.gitea.io/gitea-vet v0.2.1
87
gitea.com/lunny/levelqueue v0.3.0
98
gitea.com/macaron/binding v0.0.0-20190822013154-a5f53841ed2b
@@ -21,7 +20,6 @@ require (
2120
github.com/PuerkitoBio/goquery v1.5.1
2221
github.com/RoaringBitmap/roaring v0.4.23 // indirect
2322
github.com/alecthomas/chroma v0.8.0
24-
github.com/bgentry/speakeasy v0.1.0 // indirect
2523
github.com/blevesearch/bleve v1.0.7
2624
github.com/couchbase/gomemcached v0.0.0-20191004160342-7b5da2ec40b2 // indirect
2725
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
@@ -41,15 +39,13 @@ require (
4139
github.com/go-enry/go-enry/v2 v2.5.2
4240
github.com/go-git/go-billy/v5 v5.0.0
4341
github.com/go-git/go-git/v5 v5.1.0
44-
github.com/go-openapi/jsonreference v0.19.3 // indirect
4542
github.com/go-redis/redis v6.15.2+incompatible
4643
github.com/go-sql-driver/mysql v1.5.0
47-
github.com/go-swagger/go-swagger v0.21.0
44+
github.com/go-swagger/go-swagger v0.25.0
4845
github.com/go-testfixtures/testfixtures/v3 v3.4.0
4946
github.com/gobwas/glob v0.2.3
5047
github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28
5148
github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
52-
github.com/golang/protobuf v1.4.1 // indirect
5349
github.com/google/go-github/v32 v32.1.0
5450
github.com/google/uuid v1.1.1
5551
github.com/gorilla/context v1.1.1
@@ -65,7 +61,6 @@ require (
6561
github.com/lafriks/xormstore v1.3.2
6662
github.com/lib/pq v1.7.0
6763
github.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96
68-
github.com/mailru/easyjson v0.7.0 // indirect
6964
github.com/markbates/goth v1.61.2
7065
github.com/mattn/go-isatty v0.0.12
7166
github.com/mattn/go-sqlite3 v1.14.0
@@ -84,14 +79,13 @@ require (
8479
github.com/pkg/errors v0.9.1
8580
github.com/pquerna/otp v1.2.0
8681
github.com/prometheus/client_golang v1.1.0
87-
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
8882
github.com/prometheus/procfs v0.0.4 // indirect
8983
github.com/quasoft/websspi v1.0.0
9084
github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 // indirect
9185
github.com/sergi/go-diff v1.1.0
9286
github.com/shurcooL/httpfs v0.0.0-20190527155220-6a4d4a70508b // indirect
9387
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
94-
github.com/stretchr/testify v1.5.1
88+
github.com/stretchr/testify v1.6.1
9589
github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481 // indirect
9690
github.com/tinylib/msgp v1.1.2 // indirect
9791
github.com/tstranex/u2f v1.0.0
@@ -111,7 +105,6 @@ require (
111105
golang.org/x/text v0.3.3
112106
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
113107
golang.org/x/tools v0.0.0-20200814230902-9882f1d1823d
114-
google.golang.org/appengine v1.6.5 // indirect
115108
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
116109
gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect
117110
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df

go.sum

+202-25
Large diffs are not rendered by default.

vendor/cloud.google.com/go/compute/metadata/.repo-metadata.json

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/asaskevich/govalidator/.gitignore

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/asaskevich/govalidator/.travis.yml

+13-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/asaskevich/govalidator/CONTRIBUTING.md

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)