2019-09-04 19:53:54 +00:00
|
|
|
module github.com/go-openapi/swag
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2021-01-28 16:56:38 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.6
|
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
2019-09-04 19:53:54 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190409202823-959b441ac422
|
|
|
|
|
|
|
|
replace sourcegraph.com/sourcegraph/go-diff => github.com/sourcegraph/go-diff v0.5.1
|
2020-09-01 14:01:23 +00:00
|
|
|
|
2021-01-28 16:56:38 +00:00
|
|
|
go 1.11
|