mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-05 06:21:24 +00:00
14 lines
341 B
Modula-2
14 lines
341 B
Modula-2
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
|