File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ require (
1313 github.com/spf13/cobra v1.9.1
1414 github.com/spf13/pflag v1.0.9
1515 github.com/stretchr/testify v1.11.0
16- github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0-20240827061921-8f0982975508
17- github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.0-20240827061921-8f0982975508
16+ github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.2
1817 github.com/vmware-tanzu/vm-operator/api v1.8.6
1918 github.com/vmware/govmomi v0.52.0
2019 github.com/vmware/vsphere-automation-sdk-go/lib v0.7.0
@@ -80,6 +79,7 @@ require (
8079 github.com/prometheus/common v0.65.0 // indirect
8180 github.com/prometheus/procfs v0.16.1 // indirect
8281 github.com/stoewer/go-strcase v1.3.0 // indirect
82+ github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0 // indirect
8383 github.com/x448/float16 v0.8.4 // indirect
8484 go.etcd.io/etcd/api/v3 v3.6.4 // indirect
8585 go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect
Original file line number Diff line number Diff line change @@ -170,10 +170,10 @@ github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQ
170170github.com/stretchr/testify v1.11.0 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
171171github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE =
172172github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 /go.mod h1:KO6IkyS8Y3j8OdNO85qEYBsRPuteD+YciPomcXdrMnk =
173- github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0-20240827061921-8f0982975508 h1:NBjcpxDcurBzM3uMfX7LpkDE6okU+x7XdDSqVdqXVO8 =
174- github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0-20240827061921-8f0982975508 /go.mod h1:Q4JzNkNMvjo7pXtlB5/R3oME4Nhah7fAObWgghVmtxk =
175- github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.0-20240827061921-8f0982975508 h1:oLcoseDTk/8eVXMu74aZQWxaiMTB/ym3CP8NNQ4qRqg =
176- github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.0-20240827061921-8f0982975508 /go.mod h1:Hsn4QLNjQA6wQYGI6IlQJrTqM+29KWCVdyFgS7a2Sck =
173+ github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0 h1:kWU6YBKwv8c96At3ksYWTLkPEMiGgHeicKLEB9mLjw0 =
174+ github.com/vmware-tanzu/nsx-operator/pkg/apis v0.0.0 /go.mod h1:ZR/7rewflpAhnswQ6NVkFN0JmaqHgmvDyFVsJLmZ+pw =
175+ github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.2 h1:tV5PhE7KtbKzlRMgIj1kh+BqPzIQI2ujZ8h+v9bKc/I =
176+ github.com/vmware-tanzu/nsx-operator/pkg/client v0.0.2 /go.mod h1:E3dxk8IHEaOLA8zDwK6ZNHpLZIT8UwnXSq7+Uq5gCuU =
177177github.com/vmware-tanzu/vm-operator/api v1.8.6 h1:NIndORjcnSmIlQsCMIewpIwg/ocRVDh2lYjOroTVLrU =
178178github.com/vmware-tanzu/vm-operator/api v1.8.6 /go.mod h1:HHA2SNI9B5Yqtyp5t+Gt9WTWBi/fIkM6+MukDDSf11A =
179179github.com/vmware/govmomi v0.52.0 h1:JyxQ1IQdllrY7PJbv2am9mRsv3p9xWlIQ66bv+XnyLw =
You can’t perform that action at this time.
0 commit comments