forked from oapi-codegen/oapi-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 789 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/deepmap/oapi-codegen
require (
github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c
github.com/getkin/kin-openapi v0.37.0
github.com/go-chi/chi v1.5.1
github.com/golangci/lint-1 v0.0.0-20181222135242-d2cdd8c08219
github.com/labstack/echo/v4 v4.1.17
github.com/matryer/moq v0.0.0-20190312154309-6cfb0558e1bd
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f
gopkg.in/yaml.v2 v2.3.0
)
go 1.13