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