File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
cmd/vsphere-xcopy-volume-populator/certificate-tool Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ go 1.23.0
55require (
66 github.com/spf13/cobra v1.9.1
77 github.com/vmware/govmomi v0.49.0
8+ gopkg.in/yaml.v3 v3.0.1
89 k8s.io/api v0.32.3
910 k8s.io/apimachinery v0.32.3
1011 k8s.io/client-go v0.32.3
@@ -35,7 +36,7 @@ require (
3536 github.com/pkg/errors v0.9.1 // indirect
3637 github.com/spf13/pflag v1.0.6 // indirect
3738 github.com/x448/float16 v0.8.4 // indirect
38- golang.org/x/net v0.30 .0 // indirect
39+ golang.org/x/net v0.38 .0 // indirect
3940 golang.org/x/oauth2 v0.23.0 // indirect
4041 golang.org/x/sys v0.31.0 // indirect
4142 golang.org/x/term v0.30.0 // indirect
@@ -44,7 +45,6 @@ require (
4445 google.golang.org/protobuf v1.35.1 // indirect
4546 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
4647 gopkg.in/inf.v0 v0.9.1 // indirect
47- gopkg.in/yaml.v3 v3.0.1 // indirect
4848 k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
4949 k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
5050 sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn
8989golang.org/x/net v0.0.0-20190620200207-3b0461eec859 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
9090golang.org/x/net v0.0.0-20200226121028-0de0cce0169b /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
9191golang.org/x/net v0.0.0-20201021035429-f5854403a974 /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
92- golang.org/x/net v0.30 .0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4 =
93- golang.org/x/net v0.30 .0 /go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU =
92+ golang.org/x/net v0.38 .0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
93+ golang.org/x/net v0.38 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
9494golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs =
9595golang.org/x/oauth2 v0.23.0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
9696golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments