Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
311 B
12 lines
311 B
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/stretchr/testify v1.6.1 |
|
go.mongodb.org/mongo-driver v1.4.3 |
|
) |
|
|
|
go 1.13
|
|
|