mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
341 B
13 lines
341 B
module github.com/go-openapi/strfmt
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
|
|
github.com/go-openapi/errors v0.19.8
|
|
github.com/google/uuid v1.1.1
|
|
github.com/mitchellh/mapstructure v1.3.3
|
|
github.com/oklog/ulid v1.3.1
|
|
github.com/stretchr/testify v1.6.1
|
|
go.mongodb.org/mongo-driver v1.5.1
|
|
)
|
|
|
|
go 1.13
|
|
|