Skip to content

Commit c9ac5c9

Browse files
🌱 Update Update Golang Dependencies group
| datasource | package | from | to | | ---------- | ------------------------------------ | ---------------------------------- | ---------------------------------- | | go | github.com/hetznercloud/hcloud-go/v2 | v2.22.0 | v2.27.0 | | go | github.com/onsi/ginkgo/v2 | v2.23.4 | v2.26.0 | | go | github.com/prometheus/common | v0.65.0 | v0.67.1 | | go | github.com/stretchr/testify | v1.10.0 | v1.11.1 | | go | golang.org/x/crypto | v0.40.0 | v0.43.0 | | go | golang.org/x/exp | v0.0.0-20250718183923-645b1fa84792 | v0.0.0-20251002181428-27f1f14c8bb9 | | go | golang.org/x/mod | v0.26.0 | v0.29.0 | | go | k8s.io/utils | v0.0.0-20250604170112-4c0f3b243397 | v0.0.0-20251002143259-bc988d571ff4 | | go | sigs.k8s.io/kind | v0.29.0 | v0.30.0 |
1 parent 0f77fe3 commit c9ac5c9

File tree

370 files changed

+65062
-2884
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

370 files changed

+65062
-2884
lines changed

go.mod

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ require (
99
github.com/go-logr/zapr v1.3.0
1010
github.com/google/go-cmp v0.7.0
1111
github.com/guettli/check-conditions v0.0.20
12-
github.com/hetznercloud/hcloud-go/v2 v2.22.0
12+
github.com/hetznercloud/hcloud-go/v2 v2.27.0
1313
github.com/mitchellh/copystructure v1.2.0
14-
github.com/onsi/ginkgo/v2 v2.23.4
15-
github.com/onsi/gomega v1.38.0
16-
github.com/prometheus/common v0.65.0
14+
github.com/onsi/ginkgo/v2 v2.26.0
15+
github.com/onsi/gomega v1.38.2
16+
github.com/prometheus/common v0.67.1
1717
github.com/spf13/pflag v1.0.7
1818
github.com/stoewer/go-strcase v1.3.1
19-
github.com/stretchr/testify v1.10.0
19+
github.com/stretchr/testify v1.11.1
2020
github.com/syself/hrobot-go v0.2.7
2121
go.uber.org/zap v1.27.0
22-
golang.org/x/crypto v0.40.0
23-
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
24-
golang.org/x/mod v0.26.0
22+
golang.org/x/crypto v0.43.0
23+
golang.org/x/exp v0.0.0-20251002181428-27f1f14c8bb9
24+
golang.org/x/mod v0.29.0
2525
k8s.io/api v0.32.7
2626
k8s.io/apimachinery v0.32.7
2727
k8s.io/apiserver v0.32.7
2828
k8s.io/client-go v0.32.7
2929
k8s.io/klog/v2 v2.130.1
3030
k8s.io/kubectl v0.32.7
31-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
31+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
3232
sigs.k8s.io/cluster-api v1.10.4
3333
sigs.k8s.io/cluster-api/test v1.10.4
3434
sigs.k8s.io/controller-runtime v0.20.4
35-
sigs.k8s.io/kind v0.29.0
35+
sigs.k8s.io/kind v0.30.0
3636
)
3737

3838
require (
@@ -42,7 +42,7 @@ require (
4242
github.com/BurntSushi/toml v1.4.0 // indirect
4343
github.com/MakeNowJust/heredoc v1.0.0 // indirect
4444
github.com/Masterminds/goutils v1.1.1 // indirect
45-
github.com/Masterminds/semver/v3 v3.3.0 // indirect
45+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
4646
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
4747
github.com/Microsoft/go-winio v0.5.0 // indirect
4848
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
@@ -103,9 +103,9 @@ require (
103103
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
104104
github.com/pkg/errors v0.9.1 // indirect
105105
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
106-
github.com/prometheus/client_golang v1.22.0 // indirect
106+
github.com/prometheus/client_golang v1.23.2 // indirect
107107
github.com/prometheus/client_model v0.6.2 // indirect
108-
github.com/prometheus/procfs v0.15.1 // indirect
108+
github.com/prometheus/procfs v0.16.1 // indirect
109109
github.com/rivo/uniseg v0.4.2 // indirect
110110
github.com/sagikazarmark/locafero v0.7.0 // indirect
111111
github.com/shopspring/decimal v1.4.0 // indirect
@@ -129,19 +129,21 @@ require (
129129
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
130130
go.uber.org/automaxprocs v1.6.0 // indirect
131131
go.uber.org/multierr v1.11.0 // indirect
132-
golang.org/x/net v0.42.0 // indirect
133-
golang.org/x/oauth2 v0.30.0 // indirect
134-
golang.org/x/sync v0.16.0 // indirect
135-
golang.org/x/sys v0.34.0 // indirect
136-
golang.org/x/term v0.33.0 // indirect
137-
golang.org/x/text v0.27.0 // indirect
132+
go.yaml.in/yaml/v2 v2.4.3 // indirect
133+
go.yaml.in/yaml/v3 v3.0.4 // indirect
134+
golang.org/x/net v0.45.0 // indirect
135+
golang.org/x/oauth2 v0.31.0 // indirect
136+
golang.org/x/sync v0.17.0 // indirect
137+
golang.org/x/sys v0.37.0 // indirect
138+
golang.org/x/term v0.36.0 // indirect
139+
golang.org/x/text v0.30.0 // indirect
138140
golang.org/x/time v0.9.0 // indirect
139-
golang.org/x/tools v0.35.0 // indirect
141+
golang.org/x/tools v0.37.0 // indirect
140142
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
141143
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
142144
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
143145
google.golang.org/grpc v1.68.1 // indirect
144-
google.golang.org/protobuf v1.36.6 // indirect
146+
google.golang.org/protobuf v1.36.10 // indirect
145147
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
146148
gopkg.in/inf.v0 v0.9.1 // indirect
147149
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 68 additions & 42 deletions
Large diffs are not rendered by default.

vendor/github.com/Masterminds/semver/v3/CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Masterminds/semver/v3/README.md

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)