forked from philips-labs/terraform-provider-kong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
15 lines (13 loc) · 651 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/kevholditch/terraform-provider-kong
go 1.14
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.3.0
github.com/kevholditch/gokong v0.0.0-20191114132141-305470f01f9a
github.com/smartystreets/goconvey v1.6.4 // indirect
gotest.tools v2.2.0+incompatible // indirect
)