blob: 2ca8e1327439f14450fe2376cbabe46f6d2567d9 [file] [log] [blame]
Serge Bazanskicc25bdf2018-10-25 14:02:58 +02001module github.com/go-openapi/runtime
2
3require (
4 github.com/docker/go-units v0.3.3
5 github.com/go-openapi/analysis v0.17.0
6 github.com/go-openapi/errors v0.17.0
7 github.com/go-openapi/loads v0.17.0
8 github.com/go-openapi/spec v0.17.0
9 github.com/go-openapi/strfmt v0.17.0
10 github.com/go-openapi/swag v0.17.0
11 github.com/go-openapi/validate v0.17.0
12 github.com/stretchr/testify v1.2.2
13 gopkg.in/yaml.v2 v2.2.1
14)