2019-09-04 19:53:54 +00:00
|
|
|
module github.com/go-openapi/strfmt
|
|
|
|
|
|
|
|
require (
|
2021-01-28 16:56:38 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
|
|
|
|
github.com/go-openapi/errors v0.19.8
|
2019-09-04 19:53:54 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2021-01-28 16:56:38 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.3.3
|
2021-04-23 00:08:53 +00:00
|
|
|
github.com/oklog/ulid v1.3.1
|
2021-01-28 16:56:38 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2021-04-23 00:08:53 +00:00
|
|
|
go.mongodb.org/mongo-driver v1.5.1
|
2019-09-04 19:53:54 +00:00
|
|
|
)
|
2020-09-01 14:01:23 +00:00
|
|
|
|
|
|
|
go 1.13
|