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