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