forked from vmware/terraform-provider-nsxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 809 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/vmware/terraform-provider-nsxt
go 1.14
require (
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/uuid v1.1.1
github.com/hashicorp/go-version v1.2.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.0.2
github.com/stretchr/testify v1.6.1 // indirect
github.com/vmware/go-vmware-nsxt v0.0.0-20201201191552-e8b90e7eb469
github.com/vmware/vsphere-automation-sdk-go/lib v0.3.1
github.com/vmware/vsphere-automation-sdk-go/runtime v0.3.1
github.com/vmware/vsphere-automation-sdk-go/services/nsxt v0.5.0
github.com/vmware/vsphere-automation-sdk-go/services/nsxt-gm v0.3.0
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
golang.org/x/tools v0.0.0-20200812195022-5ae4c3c160a0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)