forked from hashicorp/terraform-provider-vsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
18 lines (16 loc) · 892 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/hashicorp/terraform-provider-vsphere
go 1.16
require (
github.com/aws/aws-sdk-go v1.28.8 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0 // indirect
github.com/hashicorp/go-getter v1.4.2-0.20200106182914-9813cbd4eb02 // indirect
github.com/hashicorp/hcl/v2 v2.3.0 // indirect
github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.7.0
github.com/mitchellh/copystructure v1.0.0
github.com/terraform-providers/terraform-provider-null v1.0.1-0.20191204185112-e5c592237f62
github.com/terraform-providers/terraform-provider-random v1.3.2-0.20190925210718-83518d96ae4f
github.com/vmware/govmomi v0.22.2-0.20200523220130-61b30e20be49
google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150 // indirect
)