Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
618 B
18 lines
618 B
module github.com/go-openapi/swag |
|
|
|
require ( |
|
github.com/davecgh/go-spew v1.1.1 // indirect |
|
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 |
|
) |
|
|
|
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 |
|
|
|
go 1.11
|
|
|