@@ -4,25 +4,17 @@ go 1.22.0
44
55toolchain go1.23.3
66
7- replace (
8- github.com/vmware/vsphere-automation-sdk-go/lib => github.com/vmware/vsphere-automation-sdk-go/lib v0.7.1-0.20241113023437-5938c535c194
9- github.com/vmware/vsphere-automation-sdk-go/runtime => github.com/vmware/vsphere-automation-sdk-go/runtime v0.7.1-0.20241113023437-5938c535c194
10- github.com/vmware/vsphere-automation-sdk-go/services/nsxt => github.com/vmware/vsphere-automation-sdk-go/services/nsxt v0.12.1-0.20241113023437-5938c535c194
11- github.com/vmware/vsphere-automation-sdk-go/services/nsxt-gm => github.com/vmware/vsphere-automation-sdk-go/services/nsxt-gm v0.9.1-0.20241113023437-5938c535c194
12- github.com/vmware/vsphere-automation-sdk-go/services/nsxt-mp => github.com/vmware/vsphere-automation-sdk-go/services/nsxt-mp v0.6.1-0.20241113023437-5938c535c194
13- )
14-
157require (
168 github.com/google/uuid v1.6.0
179 github.com/hashicorp/go-version v1.7.0
1810 github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
1911 github.com/stretchr/testify v1.10.0
2012 github.com/vmware/go-vmware-nsxt v0.0.0-20220328155605-f49a14c1ef5f
21- github.com/vmware/vsphere-automation-sdk-go/lib v0.7.0
22- github.com/vmware/vsphere-automation-sdk-go/runtime v0.7.1-0.20240611083326-25a4e1834c4d
23- github.com/vmware/vsphere-automation-sdk-go/services/nsxt v0.12.0
24- github.com/vmware/vsphere-automation-sdk-go/services/nsxt-gm v0.9.0
25- github.com/vmware/vsphere-automation-sdk-go/services/nsxt-mp v0.6.0
13+ github.com/vmware/vsphere-automation-sdk-go/lib v0.7.1-0.20241113023437-5938c535c194
14+ github.com/vmware/vsphere-automation-sdk-go/runtime v0.7.1-0.20241113023437-5938c535c194
15+ github.com/vmware/vsphere-automation-sdk-go/services/nsxt v0.12.1-0.20241113023437-5938c535c194
16+ github.com/vmware/vsphere-automation-sdk-go/services/nsxt-gm v0.9.1-0.20241113023437-5938c535c194
17+ github.com/vmware/vsphere-automation-sdk-go/services/nsxt-mp v0.6.1-0.20241113023437-5938c535c194
2618 golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
2719)
2820
0 commit comments