blob: 19c093931cbfa167a929e021e5146b194d60f3bd [file] [log] [blame]
Serge Bazanskicc25bdf2018-10-25 14:02:58 +02001module github.com/go-openapi/strfmt
2
3require (
4 github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
5 github.com/davecgh/go-spew v1.1.1 // indirect
6 github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb
7 github.com/go-openapi/errors v0.17.0
8 github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
9 github.com/mitchellh/mapstructure v1.1.2
10 github.com/pborman/uuid v1.2.0
11 github.com/pmezard/go-difflib v1.0.0 // indirect
12 github.com/stretchr/testify v1.2.2
13)