module github.com/deepmap/oapi-codegen require ( github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c github.com/davecgh/go-spew v1.1.1 // indirect github.com/getkin/kin-openapi v0.13.0 github.com/go-chi/chi v4.0.2+incompatible github.com/golangci/lint-1 v0.0.0-20181222135242-d2cdd8c08219 github.com/kr/pretty v0.1.0 // indirect github.com/labstack/echo/v4 v4.1.11 github.com/matryer/moq v0.0.0-20190312154309-6cfb0558e1bd github.com/mattn/go-colorable v0.1.4 // indirect github.com/mattn/go-isatty v0.0.10 // indirect github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.5.1 github.com/valyala/fasttemplate v1.1.0 // indirect golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708 // indirect golang.org/x/net v0.0.0-20191112182307-2180aed22343 // indirect golang.org/x/sys v0.0.0-20191115151921-52ab43148777 // indirect golang.org/x/text v0.3.2 // indirect golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.3.0 ) go 1.13