gitea

Development moved to Codeberg

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
module github.com/go-openapi/strfmt

require (
	github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
	github.com/go-openapi/errors v0.19.8
	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.6.1
	go.mongodb.org/mongo-driver v1.5.1
)

go 1.13