Skip to content

Commit 6240684

Browse files
authored
Merge pull request #1569 from vmware/clean-replace-mod
Cleanup unnecessary replaces in go modules
2 parents a920a24 + 61d3e78 commit 6240684

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

go.mod

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,17 @@ go 1.22.0
44

55
toolchain 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-
157
require (
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

Comments
 (0)