...
1module github.com/go-openapi/strfmt
2
3require (
4 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
5 github.com/go-openapi/errors v0.22.0
6 github.com/google/uuid v1.6.0
7 github.com/mitchellh/mapstructure v1.5.0
8 github.com/oklog/ulid v1.3.1
9 github.com/stretchr/testify v1.9.0
10 go.mongodb.org/mongo-driver v1.14.0
11)
12
13require (
14 github.com/davecgh/go-spew v1.1.1 // indirect
15 github.com/pmezard/go-difflib v1.0.0 // indirect
16 gopkg.in/yaml.v3 v3.0.1 // indirect
17)
18
19go 1.20
View as plain text