Skip to content

Commit 3aafc80

Browse files
🌱 Update Golang and Dependencies group (minor) (#1497)
* 🌱 Update Update Golang Dependencies group | datasource | package | from | to | | ---------- | ------------------------------------ | ---------------------------------- | ---------------------------------- | | go | github.com/hetznercloud/hcloud-go/v2 | v2.13.1 | v2.19.1 | | go | github.com/onsi/ginkgo/v2 | v2.20.2 | v2.23.0 | | go | github.com/onsi/gomega | v1.34.2 | v1.36.2 | | go | github.com/stretchr/testify | v1.9.0 | v1.10.0 | | go | golang.org/x/crypto | v0.31.0 | v0.36.0 | | go | golang.org/x/exp | v0.0.0-20241009180824-f66d83c29e7c | v0.0.0-20250305212735-054e65f0b394 | | go | golang.org/x/mod | v0.21.0 | v0.24.0 | | go | k8s.io/utils | v0.0.0-20240921022957-49e7df575cb6 | v0.0.0-20241210054802-24370beab758 | * 🌱 Update Builder Image group (#1501) | datasource | package | from | to | | ----------- | ------------------------ | ------- | ------- | | github-tags | adrienverge/yamllint | v1.35.1 | v1.36.2 | | docker | docker.io/aquasec/trivy | 0.56.2 | 0.60.0 | | docker | docker.io/library/alpine | 3.20.3 | 3.21.3 | | github-tags | golangci/golangci-lint | v1.61.0 | v1.64.7 | Co-authored-by: syself-bot[bot] <115953087+syself-bot[bot]@users.noreply.github.com> * vendoring was missing. * Go 1.22 is needed in CI. * 🌱 Uprade builder image to Go 1.23 * new Go version. * upgrade Golang in Dockerfile. --------- Co-authored-by: syself-bot[bot] <115953087+syself-bot[bot]@users.noreply.github.com> Co-authored-by: Thomas Guettler <[email protected]>
1 parent 0a53616 commit 3aafc80

File tree

435 files changed

+38132
-6887
lines changed

Some content is hidden

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

435 files changed

+38132
-6887
lines changed

go.mod

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
module github.com/syself/cluster-api-provider-hetzner
22

3-
go 1.22.6
3+
go 1.23.7
44

55
require (
66
github.com/blang/semver/v4 v4.0.0
77
github.com/bramvdbogaerde/go-scp v1.5.0
88
github.com/go-logr/logr v1.4.2
99
github.com/go-logr/zapr v1.3.0
10-
github.com/hetznercloud/hcloud-go/v2 v2.13.1
11-
github.com/onsi/ginkgo/v2 v2.20.2
12-
github.com/onsi/gomega v1.34.2
13-
github.com/prometheus/common v0.48.0
10+
github.com/hetznercloud/hcloud-go/v2 v2.19.1
11+
github.com/onsi/ginkgo/v2 v2.23.0
12+
github.com/onsi/gomega v1.36.2
13+
github.com/prometheus/common v0.55.0
1414
github.com/spf13/pflag v1.0.6
1515
github.com/stoewer/go-strcase v1.3.0
16-
github.com/stretchr/testify v1.9.0
16+
github.com/stretchr/testify v1.10.0
1717
github.com/syself/hrobot-go v0.2.6
1818
go.uber.org/zap v1.27.0
19-
golang.org/x/crypto v0.31.0
20-
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
21-
golang.org/x/mod v0.21.0
19+
golang.org/x/crypto v0.36.0
20+
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
21+
golang.org/x/mod v0.24.0
2222
k8s.io/api v0.30.3
2323
k8s.io/apimachinery v0.30.3
2424
k8s.io/apiserver v0.30.3
2525
k8s.io/client-go v0.30.3
2626
k8s.io/klog/v2 v2.130.1
2727
k8s.io/kubectl v0.30.3
28-
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
28+
k8s.io/utils v0.0.0-20241210054802-24370beab758
2929
sigs.k8s.io/cluster-api v1.8.10
3030
sigs.k8s.io/cluster-api/test v1.8.10
3131
sigs.k8s.io/controller-runtime v0.18.7
@@ -46,7 +46,7 @@ require (
4646
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
4747
github.com/beorn7/perks v1.0.1 // indirect
4848
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
49-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
49+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5050
github.com/cloudflare/circl v1.3.7 // indirect
5151
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5252
github.com/distribution/reference v0.6.0 // indirect
@@ -74,7 +74,7 @@ require (
7474
github.com/google/go-github/v53 v53.2.0 // indirect
7575
github.com/google/go-querystring v1.1.0 // indirect
7676
github.com/google/gofuzz v1.2.0 // indirect
77-
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
77+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
7878
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
7979
github.com/google/uuid v1.6.0 // indirect
8080
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
@@ -84,6 +84,7 @@ require (
8484
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8585
github.com/josharian/intern v1.0.0 // indirect
8686
github.com/json-iterator/go v1.1.12 // indirect
87+
github.com/klauspost/compress v1.17.9 // indirect
8788
github.com/magiconair/properties v1.8.7 // indirect
8889
github.com/mailru/easyjson v0.7.7 // indirect
8990
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -100,9 +101,9 @@ require (
100101
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
101102
github.com/pkg/errors v0.9.1 // indirect
102103
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
103-
github.com/prometheus/client_golang v1.19.1 // indirect
104-
github.com/prometheus/client_model v0.6.0 // indirect
105-
github.com/prometheus/procfs v0.12.0 // indirect
104+
github.com/prometheus/client_golang v1.20.5 // indirect
105+
github.com/prometheus/client_model v0.6.1 // indirect
106+
github.com/prometheus/procfs v0.15.1 // indirect
106107
github.com/sagikazarmark/locafero v0.4.0 // indirect
107108
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
108109
github.com/shopspring/decimal v1.3.1 // indirect
@@ -123,19 +124,19 @@ require (
123124
go.opentelemetry.io/otel/trace v1.24.0 // indirect
124125
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
125126
go.uber.org/multierr v1.11.0 // indirect
126-
golang.org/x/net v0.33.0 // indirect
127+
golang.org/x/net v0.37.0 // indirect
127128
golang.org/x/oauth2 v0.21.0 // indirect
128-
golang.org/x/sync v0.10.0 // indirect
129-
golang.org/x/sys v0.28.0 // indirect
130-
golang.org/x/term v0.27.0 // indirect
131-
golang.org/x/text v0.21.0 // indirect
129+
golang.org/x/sync v0.12.0 // indirect
130+
golang.org/x/sys v0.31.0 // indirect
131+
golang.org/x/term v0.30.0 // indirect
132+
golang.org/x/text v0.23.0 // indirect
132133
golang.org/x/time v0.5.0 // indirect
133-
golang.org/x/tools v0.26.0 // indirect
134+
golang.org/x/tools v0.31.0 // indirect
134135
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
135136
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
136137
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
137138
google.golang.org/grpc v1.62.2 // indirect
138-
google.golang.org/protobuf v1.34.1 // indirect
139+
google.golang.org/protobuf v1.36.1 // indirect
139140
gopkg.in/inf.v0 v0.9.1 // indirect
140141
gopkg.in/ini.v1 v1.67.0 // indirect
141142
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)