1
1
module github.com/syself/cluster-api-provider-hetzner
2
2
3
- go 1.22.6
3
+ go 1.23.7
4
4
5
5
require (
6
6
github.com/blang/semver/v4 v4.0.0
7
7
github.com/bramvdbogaerde/go-scp v1.5.0
8
8
github.com/go-logr/logr v1.4.2
9
9
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
14
14
github.com/spf13/pflag v1.0.6
15
15
github.com/stoewer/go-strcase v1.3.0
16
- github.com/stretchr/testify v1.9 .0
16
+ github.com/stretchr/testify v1.10 .0
17
17
github.com/syself/hrobot-go v0.2.6
18
18
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
22
22
k8s.io/api v0.30.3
23
23
k8s.io/apimachinery v0.30.3
24
24
k8s.io/apiserver v0.30.3
25
25
k8s.io/client-go v0.30.3
26
26
k8s.io/klog/v2 v2.130.1
27
27
k8s.io/kubectl v0.30.3
28
- k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
28
+ k8s.io/utils v0.0.0-20241210054802-24370beab758
29
29
sigs.k8s.io/cluster-api v1.8.10
30
30
sigs.k8s.io/cluster-api/test v1.8.10
31
31
sigs.k8s.io/controller-runtime v0.18.7
@@ -46,7 +46,7 @@ require (
46
46
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
47
47
github.com/beorn7/perks v1.0.1 // indirect
48
48
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
50
50
github.com/cloudflare/circl v1.3.7 // indirect
51
51
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
52
52
github.com/distribution/reference v0.6.0 // indirect
@@ -74,7 +74,7 @@ require (
74
74
github.com/google/go-github/v53 v53.2.0 // indirect
75
75
github.com/google/go-querystring v1.1.0 // indirect
76
76
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
78
78
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
79
79
github.com/google/uuid v1.6.0 // indirect
80
80
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
@@ -84,6 +84,7 @@ require (
84
84
github.com/inconshreveable/mousetrap v1.1.0 // indirect
85
85
github.com/josharian/intern v1.0.0 // indirect
86
86
github.com/json-iterator/go v1.1.12 // indirect
87
+ github.com/klauspost/compress v1.17.9 // indirect
87
88
github.com/magiconair/properties v1.8.7 // indirect
88
89
github.com/mailru/easyjson v0.7.7 // indirect
89
90
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -100,9 +101,9 @@ require (
100
101
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
101
102
github.com/pkg/errors v0.9.1 // indirect
102
103
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
106
107
github.com/sagikazarmark/locafero v0.4.0 // indirect
107
108
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
108
109
github.com/shopspring/decimal v1.3.1 // indirect
@@ -123,19 +124,19 @@ require (
123
124
go.opentelemetry.io/otel/trace v1.24.0 // indirect
124
125
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
125
126
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
127
128
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
132
133
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
134
135
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
135
136
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
136
137
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
137
138
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
139
140
gopkg.in/inf.v0 v0.9.1 // indirect
140
141
gopkg.in/ini.v1 v1.67.0 // indirect
141
142
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments