forked from netlify/open-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 753 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (21 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/netlify/open-api
go 1.13
require (
github.com/Azure/go-autorest/autorest v0.10.1
github.com/cenkalti/backoff/v4 v4.0.2
github.com/go-openapi/errors v0.19.9
github.com/go-openapi/runtime v0.19.24
github.com/go-openapi/strfmt v0.19.11
github.com/go-openapi/swag v0.19.12
github.com/go-openapi/validate v0.20.0
github.com/go-swagger/go-swagger v0.23.0
github.com/kyoh86/richgo v0.3.3
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/myitcv/gobin v0.0.14
github.com/rsc/goversion v1.2.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
go.mongodb.org/mongo-driver v1.4.4 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)