mirror of https://github.com/go-gitea/gitea.git
13 lines
311 B
Modula-2
13 lines
311 B
Modula-2
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/stretchr/testify v1.6.1
|
|
go.mongodb.org/mongo-driver v1.4.3
|
|
)
|
|
|
|
go 1.13
|