forked from forgejo/forgejo
go1.16 (#14783)
This commit is contained in:
parent
030646eea4
commit
47f6a4ec3f
947 changed files with 26119 additions and 7062 deletions
14
vendor/github.com/go-openapi/loads/go.mod
generated
vendored
14
vendor/github.com/go-openapi/loads/go.mod
generated
vendored
|
@ -2,13 +2,15 @@ module github.com/go-openapi/loads
|
|||
|
||||
require (
|
||||
github.com/go-openapi/analysis v0.19.16
|
||||
github.com/go-openapi/spec v0.20.0
|
||||
github.com/go-openapi/strfmt v0.19.11
|
||||
github.com/go-openapi/swag v0.19.12
|
||||
github.com/go-openapi/validate v0.19.15
|
||||
github.com/go-openapi/spec v0.20.1
|
||||
github.com/go-openapi/strfmt v0.20.0
|
||||
github.com/go-openapi/swag v0.19.13
|
||||
github.com/go-openapi/validate v0.20.1
|
||||
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
||||
github.com/stretchr/testify v1.6.1
|
||||
go.mongodb.org/mongo-driver v1.4.4 // indirect
|
||||
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
|
||||
go.mongodb.org/mongo-driver v1.4.6 // indirect
|
||||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
||||
golang.org/x/text v0.3.5 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue