|
| 1 | +module github.com/netlify/open-api |
| 2 | + |
| 3 | +go 1.12 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/Azure/go-autorest v8.1.0+incompatible |
| 7 | + github.com/BurntSushi/toml v0.3.1 // indirect |
| 8 | + github.com/PuerkitoBio/purell v1.1.1 // indirect |
| 9 | + github.com/cenkalti/backoff v2.1.1+incompatible |
| 10 | + github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect |
| 11 | + github.com/go-openapi/analysis v0.18.0 // indirect |
| 12 | + github.com/go-openapi/errors v0.18.0 |
| 13 | + github.com/go-openapi/inflect v0.18.0 // indirect |
| 14 | + github.com/go-openapi/jsonpointer v0.18.0 // indirect |
| 15 | + github.com/go-openapi/jsonreference v0.18.0 // indirect |
| 16 | + github.com/go-openapi/loads v0.18.0 // indirect |
| 17 | + github.com/go-openapi/runtime v0.18.0 |
| 18 | + github.com/go-openapi/spec v0.18.0 // indirect |
| 19 | + github.com/go-openapi/strfmt v0.18.0 |
| 20 | + github.com/go-openapi/swag v0.18.0 |
| 21 | + github.com/go-openapi/validate v0.18.0 |
| 22 | + github.com/go-swagger/go-swagger v0.18.0 |
| 23 | + github.com/go-swagger/scan-repo-boundary v0.0.0-20180623220736-973b3573c013 // indirect |
| 24 | + github.com/google/uuid v1.1.1 // indirect |
| 25 | + github.com/gorilla/handlers v1.4.0 // indirect |
| 26 | + github.com/jessevdk/go-flags v1.4.0 // indirect |
| 27 | + github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect |
| 28 | + github.com/kr/pretty v0.1.0 // indirect |
| 29 | + github.com/kyoh86/richgo v0.3.0 |
| 30 | + github.com/kyoh86/xdg v1.0.0 // indirect |
| 31 | + github.com/mailru/easyjson v0.0.0-20190221075403-6243d8e04c3f // indirect |
| 32 | + github.com/mattn/go-isatty v0.0.6 // indirect |
| 33 | + github.com/rsc/goversion v1.2.0 |
| 34 | + github.com/sirupsen/logrus v1.3.0 |
| 35 | + github.com/spf13/afero v1.2.1 // indirect |
| 36 | + github.com/spf13/viper v1.3.1 // indirect |
| 37 | + github.com/stretchr/testify v1.3.0 |
| 38 | + github.com/toqueteos/webbrowser v1.1.0 // indirect |
| 39 | + golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b // indirect |
| 40 | + golang.org/x/net v0.0.0-20190226215741-afe646ca25a4 |
| 41 | + golang.org/x/sys v0.0.0-20190226215855-775f8194d0f9 // indirect |
| 42 | + golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect |
| 43 | + golang.org/x/tools v0.0.0-20190114222345-bf090417da8b // indirect |
| 44 | +) |
0 commit comments