Skip to content

Commit 58fab54

Browse files
🌱 Bump the all-go-mod-patch-and-minor group across 1 directory with 3 updates
Bumps the all-go-mod-patch-and-minor group with 3 updates in the / directory: [github.com/vmware/govmomi](https://github.com/vmware/govmomi), [golang.org/x/tools](https://github.com/golang/tools) and [sigs.k8s.io/kustomize/kyaml](https://github.com/kubernetes-sigs/kustomize). Updates `github.com/vmware/govmomi` from 0.43.0 to 0.44.1 - [Release notes](https://github.com/vmware/govmomi/releases) - [Changelog](https://github.com/vmware/govmomi/blob/main/CHANGELOG.md) - [Commits](vmware/govmomi@v0.43.0...v0.44.1) Updates `golang.org/x/tools` from 0.25.0 to 0.26.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.25.0...v0.26.0) Updates `sigs.k8s.io/kustomize/kyaml` from 0.17.2 to 0.18.1 - [Release notes](https://github.com/kubernetes-sigs/kustomize/releases) - [Commits](kubernetes-sigs/kustomize@api/v0.17.2...kyaml/v0.18.1) --- updated-dependencies: - dependency-name: github.com/vmware/govmomi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: sigs.k8s.io/kustomize/kyaml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2bac7b commit 58fab54

File tree

2 files changed

+24
-85
lines changed

2 files changed

+24
-85
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module sigs.k8s.io/cluster-api-provider-vsphere
22

33
go 1.22.0
4+
toolchain go1.22.8
45

56
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.8.0-rc.0.0.20241001133950-75c986db9e38
67

@@ -12,7 +13,7 @@ require (
1213
// The version of vm-operator should be kept in sync with the manifests at: config/deployments/integration-tests
1314
github.com/vmware-tanzu/vm-operator/api v1.8.6
1415
github.com/vmware-tanzu/vm-operator/external/ncp v0.0.0-20240404200847-de75746a9505
15-
github.com/vmware/govmomi v0.43.0
16+
github.com/vmware/govmomi v0.44.1
1617
)
1718

1819
require (
@@ -28,7 +29,7 @@ require (
2829
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
2930
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
3031
golang.org/x/mod v0.21.0
31-
golang.org/x/tools v0.25.0
32+
golang.org/x/tools v0.26.0
3233
gopkg.in/gcfg.v1 v1.2.3
3334
gopkg.in/yaml.v2 v2.4.0
3435
k8s.io/api v0.31.1
@@ -42,7 +43,7 @@ require (
4243
sigs.k8s.io/cluster-api v0.0.0-00010101000000-000000000000
4344
sigs.k8s.io/controller-runtime v0.19.0
4445
sigs.k8s.io/kustomize/api v0.17.3
45-
sigs.k8s.io/kustomize/kyaml v0.17.2
46+
sigs.k8s.io/kustomize/kyaml v0.18.1
4647
sigs.k8s.io/yaml v1.4.0
4748
)
4849

@@ -76,15 +77,14 @@ require (
7677
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
7778
go.opentelemetry.io/otel/trace v1.28.0 // indirect
7879
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
79-
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
8080
go.uber.org/multierr v1.11.0 // indirect
8181
go.uber.org/zap v1.27.0 // indirect
82-
golang.org/x/net v0.29.0 // indirect
82+
golang.org/x/net v0.30.0 // indirect
8383
golang.org/x/oauth2 v0.23.0 // indirect
8484
golang.org/x/sync v0.8.0 // indirect
85-
golang.org/x/sys v0.25.0 // indirect
86-
golang.org/x/term v0.24.0 // indirect
87-
golang.org/x/text v0.18.0 // indirect
85+
golang.org/x/sys v0.26.0 // indirect
86+
golang.org/x/term v0.25.0 // indirect
87+
golang.org/x/text v0.19.0 // indirect
8888
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
8989
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
9090
google.golang.org/grpc v1.65.0 // indirect

0 commit comments

Comments
 (0)