File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ require (
15
15
github.com/spf13/cobra v1.8.1
16
16
github.com/spf13/pflag v1.0.6
17
17
github.com/stretchr/testify v1.10.0
18
- github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0-20240827061921-8f0982975508
19
- github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.0-20240827061921-8f0982975508
18
+ github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.2
20
19
github.com/vmware-tanzu/vm-operator/api v1.8.6
21
20
github.com/vmware/govmomi v0.46.3
22
21
github.com/vmware/vsphere-automation-sdk-go/lib v0.7.0
@@ -85,6 +84,7 @@ require (
85
84
github.com/prometheus/common v0.55.0 // indirect
86
85
github.com/prometheus/procfs v0.15.1 // indirect
87
86
github.com/stoewer/go-strcase v1.3.0 // indirect
87
+ github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0 // indirect
88
88
github.com/x448/float16 v0.8.4 // indirect
89
89
go.etcd.io/etcd/api/v3 v3.5.16 // indirect
90
90
go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect
Original file line number Diff line number Diff line change @@ -169,10 +169,10 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
169
169
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
170
170
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE =
171
171
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 /go.mod h1:KO6IkyS8Y3j8OdNO85qEYBsRPuteD+YciPomcXdrMnk =
172
- github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0-20240827061921-8f0982975508 h1:NBjcpxDcurBzM3uMfX7LpkDE6okU+x7XdDSqVdqXVO8 =
173
- github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0-20240827061921-8f0982975508 /go.mod h1:Q4JzNkNMvjo7pXtlB5/R3oME4Nhah7fAObWgghVmtxk =
174
- github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.0-20240827061921-8f0982975508 h1:oLcoseDTk/8eVXMu74aZQWxaiMTB/ym3CP8NNQ4qRqg =
175
- github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.0-20240827061921-8f0982975508 /go.mod h1:Hsn4QLNjQA6wQYGI6IlQJrTqM+29KWCVdyFgS7a2Sck =
172
+ github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0 h1:kWU6YBKwv8c96At3ksYWTLkPEMiGgHeicKLEB9mLjw0 =
173
+ github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0 /go.mod h1:ZR/7rewflpAhnswQ6NVkFN0JmaqHgmvDyFVsJLmZ+pw =
174
+ github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.2 h1:tV5PhE7KtbKzlRMgIj1kh+BqPzIQI2ujZ8h+v9bKc/I =
175
+ github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.2 /go.mod h1:E3dxk8IHEaOLA8zDwK6ZNHpLZIT8UwnXSq7+Uq5gCuU =
176
176
github.com/vmware-tanzu/vm-operator/api v1.8.6 h1:NIndORjcnSmIlQsCMIewpIwg/ocRVDh2lYjOroTVLrU =
177
177
github.com/vmware-tanzu/vm-operator/api v1.8.6 /go.mod h1:HHA2SNI9B5Yqtyp5t+Gt9WTWBi/fIkM6+MukDDSf11A =
178
178
github.com/vmware/govmomi v0.46.3 h1:zBn42Rl0WZBFhGao8Dy0MFRkbE4YNPqOu0OBd+ww6VM =
You can’t perform that action at this time.
0 commit comments