Skip to content

Commit ad1790a

Browse files
🌱 Bump the all-go-mod-patch-and-minor group across 1 directory with 5 updates
Bumps the all-go-mod-patch-and-minor group with 4 updates in the / directory: [github.com/ionos-cloud/sdk-go/v6](https://github.com/ionos-cloud/sdk-go), [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock), [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/spf13/pflag](https://github.com/spf13/pflag). Updates `github.com/ionos-cloud/sdk-go/v6` from 6.3.4 to 6.3.7 - [Release notes](https://github.com/ionos-cloud/sdk-go/releases) - [Changelog](https://github.com/ionos-cloud/sdk-go/blob/master/docs/CHANGELOG.md) - [Commits](ionos-cloud/sdk-go@v6.3.4...v6.3.7) Updates `github.com/jarcoal/httpmock` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/jarcoal/httpmock/releases) - [Commits](jarcoal/httpmock@v1.4.0...v1.4.1) Updates `github.com/onsi/ginkgo/v2` from 2.23.4 to 2.29.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.23.4...v2.29.0) Updates `github.com/onsi/gomega` from 1.38.0 to 1.40.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.38.0...v1.40.0) Updates `github.com/spf13/pflag` from 1.0.7 to 1.0.10 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.7...v1.0.10) --- updated-dependencies: - dependency-name: github.com/ionos-cloud/sdk-go/v6 dependency-version: 6.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/jarcoal/httpmock dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/onsi/gomega dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3d3ef4 commit ad1790a

2 files changed

Lines changed: 71 additions & 48 deletions

File tree

go.mod

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
module github.com/ionos-cloud/cluster-api-provider-ionoscloud
22

3-
go 1.25
3+
go 1.25.0
44

55
require (
66
github.com/go-logr/logr v1.4.3
77
github.com/google/go-cmp v0.7.0
88
github.com/google/uuid v1.6.0
9-
github.com/ionos-cloud/sdk-go/v6 v6.3.4
10-
github.com/jarcoal/httpmock v1.4.0
11-
github.com/onsi/ginkgo/v2 v2.23.4
12-
github.com/onsi/gomega v1.38.0
13-
github.com/spf13/pflag v1.0.7
9+
github.com/ionos-cloud/sdk-go/v6 v6.3.7
10+
github.com/jarcoal/httpmock v1.4.1
11+
github.com/onsi/ginkgo/v2 v2.29.0
12+
github.com/onsi/gomega v1.40.0
13+
github.com/spf13/pflag v1.0.10
1414
github.com/stretchr/testify v1.11.1
1515
k8s.io/api v0.30.14
1616
k8s.io/apimachinery v0.30.14
@@ -25,7 +25,7 @@ require (
2525
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
2626
github.com/MakeNowJust/heredoc v1.0.0 // indirect
2727
github.com/Masterminds/goutils v1.1.1 // indirect
28-
github.com/Masterminds/semver/v3 v3.3.0 // indirect
28+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2929
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
3030
github.com/Microsoft/go-winio v0.5.0 // indirect
3131
github.com/NYTimes/gziphandler v1.1.1 // indirect
@@ -66,7 +66,7 @@ require (
6666
github.com/google/go-github/v53 v53.2.0 // indirect
6767
github.com/google/go-querystring v1.1.0 // indirect
6868
github.com/google/gofuzz v1.2.0 // indirect
69-
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
69+
github.com/google/pprof v0.0.0-20260402051712-545e8a4df936 // indirect
7070
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
7171
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
7272
github.com/huandu/xstrings v1.4.0 // indirect
@@ -115,19 +115,20 @@ require (
115115
go.opentelemetry.io/otel/sdk v1.41.0 // indirect
116116
go.opentelemetry.io/otel/trace v1.41.0 // indirect
117117
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
118-
go.uber.org/automaxprocs v1.6.0 // indirect
119118
go.uber.org/multierr v1.11.0 // indirect
120119
go.uber.org/zap v1.27.0 // indirect
121-
golang.org/x/crypto v0.46.0 // indirect
120+
go.yaml.in/yaml/v3 v3.0.4 // indirect
121+
golang.org/x/crypto v0.50.0 // indirect
122122
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
123-
golang.org/x/net v0.48.0 // indirect
123+
golang.org/x/mod v0.35.0 // indirect
124+
golang.org/x/net v0.53.0 // indirect
124125
golang.org/x/oauth2 v0.34.0 // indirect
125-
golang.org/x/sync v0.19.0 // indirect
126-
golang.org/x/sys v0.41.0 // indirect
127-
golang.org/x/term v0.38.0 // indirect
128-
golang.org/x/text v0.32.0 // indirect
126+
golang.org/x/sync v0.20.0 // indirect
127+
golang.org/x/sys v0.43.0 // indirect
128+
golang.org/x/term v0.42.0 // indirect
129+
golang.org/x/text v0.36.0 // indirect
129130
golang.org/x/time v0.10.0 // indirect
130-
golang.org/x/tools v0.39.0 // indirect
131+
golang.org/x/tools v0.44.0 // indirect
131132
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
132133
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
133134
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect

0 commit comments

Comments
 (0)