kimchi/strfmt/go.mod

14 lines
344 B
Modula-2

module github.com/decentral1se/strfmt
require (
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
github.com/go-openapi/errors v0.20.2
github.com/google/uuid v1.1.1
github.com/mitchellh/mapstructure v1.3.3
github.com/oklog/ulid v1.3.1
github.com/stretchr/testify v1.8.0
go.mongodb.org/mongo-driver v1.10.0
)
go 1.13