blob: 9eb936a19bb9602f528a6850e470c998e4546560 [file] [log] [blame]
Serge Bazanskicc25bdf2018-10-25 14:02:58 +02001module github.com/go-openapi/swag
2
3require (
4 github.com/davecgh/go-spew v1.1.1 // indirect
5 github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
6 github.com/pmezard/go-difflib v1.0.0 // indirect
7 github.com/stretchr/testify v1.2.2
8 gopkg.in/yaml.v2 v2.2.1
9)