forked from vmware/terraform-provider-vra7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
16 lines (14 loc) · 686 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/terraform-providers/terraform-provider-vra7
require (
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-hclog v0.9.0 // indirect
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.12.6
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/op/go-logging v0.0.0-20160211212156-b2cb9fa56473
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20170412085702-cf52904a3cf0
)