forked from kevholditch/terraform-provider-kong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
17 lines (14 loc) · 769 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/kevholditch/terraform-provider-kong
go 1.12
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
)
replace github.com/kevholditch/gokong => github.com/datacamp-engineering/gokong v1.9.1-0.20250204152003-11abad056edf