@@ -2,7 +2,7 @@ module github.com/stackitcloud/stackit-cert-manager-webhook
2
2
3
3
go 1.24.0
4
4
5
- toolchain go1.24.4
5
+ toolchain go1.24.5
6
6
7
7
// Do not remove this comment:
8
8
// please place any replace statements here at the top for visibility and add a
@@ -11,24 +11,23 @@ toolchain go1.24.4
11
11
replace sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.7.0
12
12
13
13
require (
14
- github.com/cert-manager/cert-manager v1.17.3
14
+ github.com/cert-manager/cert-manager v1.18.2
15
15
github.com/stackitcloud/stackit-sdk-go/core v0.17.2
16
16
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.0
17
17
github.com/stretchr/testify v1.10.0
18
18
go.uber.org/mock v0.5.2
19
19
go.uber.org/zap v1.27.0
20
- k8s.io/api v0.32.4
21
- k8s.io/apiextensions-apiserver v0.32.4
22
- k8s.io/apimachinery v0.32.4
23
- k8s.io/client-go v0.32.4
20
+ k8s.io/api v0.33.2
21
+ k8s.io/apiextensions-apiserver v0.33.2
22
+ k8s.io/apimachinery v0.33.2
23
+ k8s.io/client-go v0.33.2
24
24
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
25
25
)
26
26
27
27
require (
28
28
cel.dev/expr v0.19.1 // indirect
29
29
github.com/NYTimes/gziphandler v1.1.1 // indirect
30
30
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
31
- github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
32
31
github.com/beorn7/perks v1.0.1 // indirect
33
32
github.com/blang/semver/v4 v4.0.0 // indirect
34
33
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -51,17 +50,15 @@ require (
51
50
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
52
51
github.com/golang/protobuf v1.5.4 // indirect
53
52
github.com/google/btree v1.1.3 // indirect
54
- github.com/google/cel-go v0.22.1 // indirect
53
+ github.com/google/cel-go v0.23.2 // indirect
55
54
github.com/google/gnostic-models v0.6.9 // indirect
56
55
github.com/google/go-cmp v0.7.0 // indirect
57
- github.com/google/gofuzz v1.2.0 // indirect
58
56
github.com/google/uuid v1.6.0 // indirect
59
57
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
60
58
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
61
59
github.com/inconshreveable/mousetrap v1.1.0 // indirect
62
60
github.com/josharian/intern v1.0.0 // indirect
63
61
github.com/json-iterator/go v1.1.12 // indirect
64
- github.com/klauspost/compress v1.17.11 // indirect
65
62
github.com/kylelemons/godebug v1.1.0 // indirect
66
63
github.com/mailru/easyjson v0.9.0 // indirect
67
64
github.com/miekg/dns v1.1.62 // indirect
@@ -70,17 +67,17 @@ require (
70
67
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
71
68
github.com/pkg/errors v0.9.1 // indirect
72
69
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
73
- github.com/prometheus/client_golang v1.20.5 // indirect
70
+ github.com/prometheus/client_golang v1.22.0 // indirect
74
71
github.com/prometheus/client_model v0.6.1 // indirect
75
- github.com/prometheus/common v0.61 .0 // indirect
72
+ github.com/prometheus/common v0.62 .0 // indirect
76
73
github.com/prometheus/procfs v0.15.1 // indirect
77
74
github.com/spf13/cobra v1.8.1 // indirect
78
75
github.com/spf13/pflag v1.0.5 // indirect
79
76
github.com/stoewer/go-strcase v1.3.0 // indirect
80
77
github.com/x448/float16 v0.8.4 // indirect
81
- go.etcd.io/etcd/api/v3 v3.5.17 // indirect
82
- go.etcd.io/etcd/client/pkg/v3 v3.5.17 // indirect
83
- go.etcd.io/etcd/client/v3 v3.5.17 // indirect
78
+ go.etcd.io/etcd/api/v3 v3.5.21 // indirect
79
+ go.etcd.io/etcd/client/pkg/v3 v3.5.21 // indirect
80
+ go.etcd.io/etcd/client/v3 v3.5.21 // indirect
84
81
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
85
82
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
86
83
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
@@ -92,36 +89,37 @@ require (
92
89
go.opentelemetry.io/otel/trace v1.33.0 // indirect
93
90
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
94
91
go.uber.org/multierr v1.11.0 // indirect
95
- golang.org/x/crypto v0.36 .0 // indirect
92
+ golang.org/x/crypto v0.38 .0 // indirect
96
93
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
97
94
golang.org/x/mod v0.22.0 // indirect
98
95
golang.org/x/net v0.38.0 // indirect
99
96
golang.org/x/oauth2 v0.28.0 // indirect
100
- golang.org/x/sync v0.12 .0 // indirect
101
- golang.org/x/sys v0.31 .0 // indirect
102
- golang.org/x/term v0.30 .0 // indirect
103
- golang.org/x/text v0.23 .0 // indirect
104
- golang.org/x/time v0.8 .0 // indirect
97
+ golang.org/x/sync v0.14 .0 // indirect
98
+ golang.org/x/sys v0.33 .0 // indirect
99
+ golang.org/x/term v0.32 .0 // indirect
100
+ golang.org/x/text v0.25 .0 // indirect
101
+ golang.org/x/time v0.9 .0 // indirect
105
102
golang.org/x/tools v0.28.0 // indirect
106
103
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
107
104
google.golang.org/genproto v0.0.0-20240730163845-b1a4ccb954bf // indirect
108
105
google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb // indirect
109
106
google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb // indirect
110
107
google.golang.org/grpc v1.69.2 // indirect
111
- google.golang.org/protobuf v1.36.0 // indirect
108
+ google.golang.org/protobuf v1.36.5 // indirect
112
109
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
113
110
gopkg.in/inf.v0 v0.9.1 // indirect
114
111
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
115
112
gopkg.in/yaml.v3 v3.0.1 // indirect
116
- k8s.io/apiserver v0.32.4 // indirect
117
- k8s.io/component-base v0.32.4 // indirect
113
+ k8s.io/apiserver v0.33.2 // indirect
114
+ k8s.io/component-base v0.33.2 // indirect
118
115
k8s.io/klog/v2 v2.130.1 // indirect
119
- k8s.io/kms v0.32.4 // indirect
120
- k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
121
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.1 // indirect
116
+ k8s.io/kms v0.33.2 // indirect
117
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
118
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
122
119
sigs.k8s.io/controller-runtime v0.19.1 // indirect
123
120
sigs.k8s.io/gateway-api v1.1.1 // indirect
124
121
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
125
- sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
122
+ sigs.k8s.io/randfill v1.0.0 // indirect
123
+ sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
126
124
sigs.k8s.io/yaml v1.4.0 // indirect
127
125
)
0 commit comments