added vendor

This commit is contained in:
kolaente 2018-10-28 17:24:10 +01:00
parent 738c22b5f9
commit 2556ef7624
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
484 changed files with 140231 additions and 0 deletions

13
vendor/github.com/go-openapi/strfmt/go.mod generated vendored Normal file
View file

@ -0,0 +1,13 @@
module github.com/go-openapi/strfmt
require (
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb
github.com/go-openapi/errors v0.17.0
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
github.com/mitchellh/mapstructure v1.1.2
github.com/pborman/uuid v1.2.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
)