Skip to content

Commit 3f925e8

Browse files
amurarugithub-actions[bot]
authored andcommitted
chore(deps): update Go dependencies
1 parent 82c378d commit 3f925e8

File tree

16 files changed

+108
-100
lines changed

16 files changed

+108
-100
lines changed

api/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ require (
66
dario.cat/mergo v1.0.2
77
emperror.dev/errors v0.8.1
88
github.com/banzaicloud/istio-client-go v0.0.17
9-
github.com/cert-manager/cert-manager v1.19.0
9+
github.com/cert-manager/cert-manager v1.19.1
1010
k8s.io/api v0.34.1
1111
k8s.io/apimachinery v0.34.1
12-
sigs.k8s.io/controller-runtime v0.22.2
12+
sigs.k8s.io/controller-runtime v0.22.3
1313
)
1414

1515
require (

api/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ emperror.dev/errors v0.8.1 h1:UavXZ5cSX/4u9iyvH6aDcuGkVjeexUGJ7Ij7G4VfQT0=
44
emperror.dev/errors v0.8.1/go.mod h1:YcRvLPh626Ubn2xqtoprejnA5nFha+TJ+2vew48kWuE=
55
github.com/banzaicloud/istio-client-go v0.0.17 h1:wiplbM7FDiIHopujInAnin3zuovtVcphtKy9En39q5I=
66
github.com/banzaicloud/istio-client-go v0.0.17/go.mod h1:rpnEYYGHzisx8nARl2d30Oq38EeCX0/PPaxMaREfE9I=
7-
github.com/cert-manager/cert-manager v1.19.0 h1:pPKtK06zPriliwq7B12xa7DGKbc4SvnfOjE0BXaAspk=
8-
github.com/cert-manager/cert-manager v1.19.0/go.mod h1:7VBp/ihp5Xgz/ZJuGy1fNIWbDouQKBonvEyWoJLuhmA=
7+
github.com/cert-manager/cert-manager v1.19.1 h1:Txh8L/nLWTDcb7ZnXuXbTe15BxQnLbLirXmbNk0fGgY=
8+
github.com/cert-manager/cert-manager v1.19.1/go.mod h1:8Ps1VXCQRGKT8zNvLQlhDK1gFKWmYKdIPQFmvTS2JeA=
99
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
1010
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1111
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -131,8 +131,8 @@ k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
131131
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
132132
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 h1:SjGebBtkBqHFOli+05xYbK8YF1Dzkbzn+gDM4X9T4Ck=
133133
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
134-
sigs.k8s.io/controller-runtime v0.22.2 h1:cK2l8BGWsSWkXz09tcS4rJh95iOLney5eawcK5A33r4=
135-
sigs.k8s.io/controller-runtime v0.22.2/go.mod h1:+QX1XUpTXN4mLoblf4tqr5CQcyHPAki2HLXqQMY6vh8=
134+
sigs.k8s.io/controller-runtime v0.22.3 h1:I7mfqz/a/WdmDCEnXmSPm8/b/yRTy6JsKKENTijTq8Y=
135+
sigs.k8s.io/controller-runtime v0.22.3/go.mod h1:+QX1XUpTXN4mLoblf4tqr5CQcyHPAki2HLXqQMY6vh8=
136136
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=
137137
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
138138
sigs.k8s.io/randfill v1.0.0 h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=

charts/kafka-operator/crds/kafkaclusters.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23639,12 +23639,14 @@ spec:
2363923639
Deprecated: Use IssuerReference instead.
2364023640
properties:
2364123641
group:
23642-
default: cert-manager.io
23643-
description: Group of the issuer being referred to.
23642+
description: |-
23643+
Group of the issuer being referred to.
23644+
Defaults to 'cert-manager.io'.
2364423645
type: string
2364523646
kind:
23646-
default: Issuer
23647-
description: Kind of the issuer being referred to.
23647+
description: |-
23648+
Kind of the issuer being referred to.
23649+
Defaults to 'Issuer'.
2364823650
type: string
2364923651
name:
2365023652
description: Name of the issuer being referred to.

charts/kafka-operator/crds/kafkausers.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,14 @@ spec:
8181
Deprecated: Use IssuerReference instead.
8282
properties:
8383
group:
84-
default: cert-manager.io
85-
description: Group of the issuer being referred to.
84+
description: |-
85+
Group of the issuer being referred to.
86+
Defaults to 'cert-manager.io'.
8687
type: string
8788
kind:
88-
default: Issuer
89-
description: Kind of the issuer being referred to.
89+
description: |-
90+
Kind of the issuer being referred to.
91+
Defaults to 'Issuer'.
9092
type: string
9193
name:
9294
description: Name of the issuer being referred to.

config/base/crds/kafka.banzaicloud.io_kafkaclusters.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23639,12 +23639,14 @@ spec:
2363923639
Deprecated: Use IssuerReference instead.
2364023640
properties:
2364123641
group:
23642-
default: cert-manager.io
23643-
description: Group of the issuer being referred to.
23642+
description: |-
23643+
Group of the issuer being referred to.
23644+
Defaults to 'cert-manager.io'.
2364423645
type: string
2364523646
kind:
23646-
default: Issuer
23647-
description: Kind of the issuer being referred to.
23647+
description: |-
23648+
Kind of the issuer being referred to.
23649+
Defaults to 'Issuer'.
2364823650
type: string
2364923651
name:
2365023652
description: Name of the issuer being referred to.

config/base/crds/kafka.banzaicloud.io_kafkausers.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,14 @@ spec:
8181
Deprecated: Use IssuerReference instead.
8282
properties:
8383
group:
84-
default: cert-manager.io
85-
description: Group of the issuer being referred to.
84+
description: |-
85+
Group of the issuer being referred to.
86+
Defaults to 'cert-manager.io'.
8687
type: string
8788
kind:
88-
default: Issuer
89-
description: Kind of the issuer being referred to.
89+
description: |-
90+
Kind of the issuer being referred to.
91+
Defaults to 'Issuer'.
9092
type: string
9193
name:
9294
description: Name of the issuer being referred to.

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ go 1.25.0
55
require (
66
dario.cat/mergo v1.0.2
77
emperror.dev/errors v0.8.1
8-
github.com/IBM/sarama v1.46.1
8+
github.com/IBM/sarama v1.46.2
99
github.com/Masterminds/sprig/v3 v3.3.0
1010
github.com/banzaicloud/go-cruise-control v0.6.0
1111
github.com/banzaicloud/istio-client-go v0.0.17
1212
github.com/banzaicloud/istio-operator/api/v2 v2.17.4
1313
github.com/banzaicloud/k8s-objectmatcher v1.8.0
1414
github.com/banzaicloud/koperator/api v0.28.8
1515
github.com/banzaicloud/koperator/properties v0.4.1
16-
github.com/cert-manager/cert-manager v1.19.0
16+
github.com/cert-manager/cert-manager v1.19.1
1717
github.com/cisco-open/cluster-registry-controller/api v0.2.12
1818
github.com/envoyproxy/go-control-plane v0.13.4
1919
github.com/envoyproxy/go-control-plane/envoy v1.35.0
@@ -26,15 +26,15 @@ require (
2626
github.com/stretchr/testify v1.11.1
2727
go.uber.org/mock v0.6.0
2828
go.uber.org/zap v1.27.0
29-
golang.org/x/exp v0.0.0-20251009144603-d2f985daa21b
29+
golang.org/x/exp v0.0.0-20251017212417-90e834f514db
3030
google.golang.org/protobuf v1.36.10
3131
gopkg.in/inf.v0 v0.9.1
3232
gotest.tools v2.2.0+incompatible
3333
k8s.io/api v0.34.1
3434
k8s.io/apiextensions-apiserver v0.34.1
3535
k8s.io/apimachinery v0.34.1
3636
k8s.io/client-go v0.34.1
37-
sigs.k8s.io/controller-runtime v0.22.2
37+
sigs.k8s.io/controller-runtime v0.22.3
3838
)
3939

4040
require (
@@ -65,8 +65,8 @@ require (
6565
golang.org/x/mod v0.29.0 // indirect
6666
golang.org/x/sync v0.17.0 // indirect
6767
golang.org/x/tools v0.38.0 // indirect
68-
google.golang.org/genproto/googleapis/api v0.0.0-20251007200510-49b9836ed3ff // indirect
69-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251007200510-49b9836ed3ff // indirect
68+
google.golang.org/genproto/googleapis/api v0.0.0-20251014184007-4626949a642f // indirect
69+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f // indirect
7070
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
7171
sigs.k8s.io/randfill v1.0.0 // indirect
7272
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
@@ -79,7 +79,7 @@ require (
7979
github.com/beorn7/perks v1.0.1 // indirect
8080
github.com/briandowns/spinner v1.23.2 // indirect
8181
github.com/cespare/xxhash/v2 v2.3.0 // indirect
82-
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
82+
github.com/cncf/xds/go v0.0.0-20251014123835-2ee22ca58382 // indirect
8383
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8484
github.com/eapache/go-resiliency v1.7.0 // indirect
8585
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
@@ -139,7 +139,7 @@ require (
139139
golang.org/x/time v0.14.0 // indirect
140140
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
141141
gopkg.in/yaml.v3 v3.0.1 // indirect
142-
istio.io/api v1.27.1 // indirect
142+
istio.io/api v1.27.2 // indirect
143143
k8s.io/klog/v2 v2.130.1 // indirect
144144
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
145145
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect

go.sum

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dario.cat/mergo v1.0.2 h1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8=
44
dario.cat/mergo v1.0.2/go.mod h1:E/hbnu0NxMFBjpMIE34DRGLWqDy0g5FuKDhCb31ngxA=
55
emperror.dev/errors v0.8.1 h1:UavXZ5cSX/4u9iyvH6aDcuGkVjeexUGJ7Ij7G4VfQT0=
66
emperror.dev/errors v0.8.1/go.mod h1:YcRvLPh626Ubn2xqtoprejnA5nFha+TJ+2vew48kWuE=
7-
github.com/IBM/sarama v1.46.1 h1:AlDkvyQm4LKktoQZxv0sbTfH3xukeH7r/UFBbUmFV9M=
8-
github.com/IBM/sarama v1.46.1/go.mod h1:ipyOREIx+o9rMSrrPGLZHGuT0mzecNzKd19Quq+Q8AA=
7+
github.com/IBM/sarama v1.46.2 h1:65JJmZpxKUWe/7HEHmc56upTfAvgoxuyu4Ek+TcevDE=
8+
github.com/IBM/sarama v1.46.2/go.mod h1:PDOGmVeKmW744c/0d4CZ0MfrzmcIYtpmS5+KIWs1zHQ=
99
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
1010
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
1111
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
@@ -16,14 +16,14 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
1616
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
1717
github.com/briandowns/spinner v1.23.2 h1:Zc6ecUnI+YzLmJniCfDNaMbW0Wid1d5+qcTq4L2FW8w=
1818
github.com/briandowns/spinner v1.23.2/go.mod h1:LaZeM4wm2Ywy6vO571mvhQNRcWfRUnXOs0RcKV0wYKM=
19-
github.com/cert-manager/cert-manager v1.19.0 h1:pPKtK06zPriliwq7B12xa7DGKbc4SvnfOjE0BXaAspk=
20-
github.com/cert-manager/cert-manager v1.19.0/go.mod h1:7VBp/ihp5Xgz/ZJuGy1fNIWbDouQKBonvEyWoJLuhmA=
19+
github.com/cert-manager/cert-manager v1.19.1 h1:Txh8L/nLWTDcb7ZnXuXbTe15BxQnLbLirXmbNk0fGgY=
20+
github.com/cert-manager/cert-manager v1.19.1/go.mod h1:8Ps1VXCQRGKT8zNvLQlhDK1gFKWmYKdIPQFmvTS2JeA=
2121
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
2222
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
2323
github.com/cisco-open/cluster-registry-controller/api v0.2.12 h1:dxKVG3T75RAU8f0kmeLRh82Ao4koTFIPZEodUTBhg14=
2424
github.com/cisco-open/cluster-registry-controller/api v0.2.12/go.mod h1:zRJ4y4xZlEq1AkOm8pd6qpH7WQ9yinLaE3SA30TWh74=
25-
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 h1:aQ3y1lwWyqYPiWZThqv1aFbZMiM9vblcSArJRf2Irls=
26-
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8=
25+
github.com/cncf/xds/go v0.0.0-20251014123835-2ee22ca58382 h1:5IeUoAZvqwF6LcCnV99NbhrGKN6ihZgahJv5jKjmZ3k=
26+
github.com/cncf/xds/go v0.0.0-20251014123835-2ee22ca58382/go.mod h1:HlzOvOjVBOfTGSRXRyY0OiCS/3J1akRGQQpRO/7zyF4=
2727
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2828
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2929
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
@@ -264,8 +264,8 @@ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5y
264264
golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58=
265265
golang.org/x/crypto v0.43.0 h1:dduJYIi3A3KOfdGOHX8AVZ/jGiyPa3IbBozJ5kNuE04=
266266
golang.org/x/crypto v0.43.0/go.mod h1:BFbav4mRNlXJL4wNeejLpWxB7wMbc79PdRGhWKncxR0=
267-
golang.org/x/exp v0.0.0-20251009144603-d2f985daa21b h1:18qgiDvlvH7kk8Ioa8Ov+K6xCi0GMvmGfGW0sgd/SYA=
268-
golang.org/x/exp v0.0.0-20251009144603-d2f985daa21b/go.mod h1:j/pmGrbnkbPtQfxEe5D0VQhZC6qKbfKifgD0oM7sR70=
267+
golang.org/x/exp v0.0.0-20251017212417-90e834f514db h1:by6IehL4BH5k3e3SJmcoNbOobMey2SLpAF79iPOEBvw=
268+
golang.org/x/exp v0.0.0-20251017212417-90e834f514db/go.mod h1:j/pmGrbnkbPtQfxEe5D0VQhZC6qKbfKifgD0oM7sR70=
269269
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
270270
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
271271
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
@@ -327,10 +327,10 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T
327327
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
328328
gomodules.xyz/jsonpatch/v2 v2.5.0 h1:JELs8RLM12qJGXU4u/TO3V25KW8GreMKl9pdkk14RM0=
329329
gomodules.xyz/jsonpatch/v2 v2.5.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=
330-
google.golang.org/genproto/googleapis/api v0.0.0-20251007200510-49b9836ed3ff h1:8Zg5TdmcbU8A7CXGjGXF1Slqu/nIFCRaR3S5gT2plIA=
331-
google.golang.org/genproto/googleapis/api v0.0.0-20251007200510-49b9836ed3ff/go.mod h1:dbWfpVPvW/RqafStmRWBUpMN14puDezDMHxNYiRfQu0=
332-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251007200510-49b9836ed3ff h1:A90eA31Wq6HOMIQlLfzFwzqGKBTuaVztYu/g8sn+8Zc=
333-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251007200510-49b9836ed3ff/go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
330+
google.golang.org/genproto/googleapis/api v0.0.0-20251014184007-4626949a642f h1:OiFuztEyBivVKDvguQJYWq1yDcfAHIID/FVrPR4oiI0=
331+
google.golang.org/genproto/googleapis/api v0.0.0-20251014184007-4626949a642f/go.mod h1:kprOiu9Tr0JYyD6DORrc4Hfyk3RFXqkQ3ctHEum3ZbM=
332+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f h1:1FTH6cpXFsENbPR5Bu8NQddPSaUUE6NA2XdZdDSAJK4=
333+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f/go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
334334
google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE=
335335
google.golang.org/protobuf v1.36.10/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
336336
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
@@ -346,8 +346,8 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
346346
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
347347
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
348348
gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
349-
istio.io/api v1.27.1 h1:Ti9SqTsD+jHfwYpjLGqkHof+QBZZSUXepmqX+bxFhVo=
350-
istio.io/api v1.27.1/go.mod h1:DTVGH6CLXj5W8FF9JUD3Tis78iRgT1WeuAnxfTz21Wg=
349+
istio.io/api v1.27.2 h1:t0m2EAT+LWGA/jSvsyxEhGQoIQYdXD5sJG7tQ9OtQk0=
350+
istio.io/api v1.27.2/go.mod h1:DTVGH6CLXj5W8FF9JUD3Tis78iRgT1WeuAnxfTz21Wg=
351351
k8s.io/api v0.34.1 h1:jC+153630BMdlFukegoEL8E/yT7aLyQkIVuwhmwDgJM=
352352
k8s.io/api v0.34.1/go.mod h1:SB80FxFtXn5/gwzCoN6QCtPD7Vbu5w2n1S0J5gFfTYk=
353353
k8s.io/apiextensions-apiserver v0.34.1 h1:NNPBva8FNAPt1iSVwIE0FsdrVriRXMsaWFMqJbII2CI=
@@ -362,8 +362,8 @@ k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 h1:Y3gxNAuB0OBLImH611+UDZ
362362
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912/go.mod h1:kdmbQkyfwUagLfXIad1y2TdrjPFWp2Q89B3qkRwf/pQ=
363363
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 h1:SjGebBtkBqHFOli+05xYbK8YF1Dzkbzn+gDM4X9T4Ck=
364364
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
365-
sigs.k8s.io/controller-runtime v0.22.2 h1:cK2l8BGWsSWkXz09tcS4rJh95iOLney5eawcK5A33r4=
366-
sigs.k8s.io/controller-runtime v0.22.2/go.mod h1:+QX1XUpTXN4mLoblf4tqr5CQcyHPAki2HLXqQMY6vh8=
365+
sigs.k8s.io/controller-runtime v0.22.3 h1:I7mfqz/a/WdmDCEnXmSPm8/b/yRTy6JsKKENTijTq8Y=
366+
sigs.k8s.io/controller-runtime v0.22.3/go.mod h1:+QX1XUpTXN4mLoblf4tqr5CQcyHPAki2HLXqQMY6vh8=
367367
sigs.k8s.io/gateway-api v1.4.0 h1:ZwlNM6zOHq0h3WUX2gfByPs2yAEsy/EenYJB78jpQfQ=
368368
sigs.k8s.io/gateway-api v1.4.0/go.mod h1:AR5RSqciWP98OPckEjOjh2XJhAe2Na4LHyXD2FUY7Qk=
369369
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=

tests/e2e/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/gruntwork-io/terratest v0.51.0
1212
github.com/onsi/ginkgo/v2 v2.26.0
1313
github.com/onsi/gomega v1.38.2
14-
github.com/twmb/franz-go v1.19.5
14+
github.com/twmb/franz-go v1.20.0
1515
k8s.io/api v0.34.1
1616
k8s.io/apiextensions-apiserver v0.34.1
1717
k8s.io/apimachinery v0.34.1
@@ -22,7 +22,7 @@ require (
2222
dario.cat/mergo v1.0.2 // indirect
2323
filippo.io/edwards25519 v1.1.0 // indirect
2424
github.com/BurntSushi/toml v1.5.0 // indirect
25-
github.com/IBM/sarama v1.46.1 // indirect
25+
github.com/IBM/sarama v1.46.2 // indirect
2626
github.com/Masterminds/goutils v1.1.1 // indirect
2727
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2828
github.com/aws/aws-sdk-go-v2 v1.39.2 // indirect
@@ -66,7 +66,7 @@ require (
6666
github.com/banzaicloud/operator-tools v0.28.10 // indirect
6767
github.com/boombuler/barcode v1.0.1 // indirect
6868
github.com/briandowns/spinner v1.23.2 // indirect
69-
github.com/cert-manager/cert-manager v1.19.0 // indirect
69+
github.com/cert-manager/cert-manager v1.19.1 // indirect
7070
github.com/cisco-open/cluster-registry-controller/api v0.2.12 // indirect
7171
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
7272
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -160,7 +160,7 @@ require (
160160
github.com/tidwall/gjson v1.18.0 // indirect
161161
github.com/tidwall/match v1.2.0 // indirect
162162
github.com/tidwall/pretty v1.2.1 // indirect
163-
github.com/twmb/franz-go/pkg/kmsg v1.11.2 // indirect
163+
github.com/twmb/franz-go/pkg/kmsg v1.12.0 // indirect
164164
github.com/urfave/cli/v2 v2.25.7 // indirect
165165
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
166166
github.com/wayneashleyberry/terminal-dimensions v1.1.0 // indirect
@@ -172,7 +172,7 @@ require (
172172
go.yaml.in/yaml/v2 v2.4.3 // indirect
173173
go.yaml.in/yaml/v3 v3.0.4 // indirect
174174
golang.org/x/crypto v0.43.0 // indirect
175-
golang.org/x/exp v0.0.0-20251009144603-d2f985daa21b // indirect
175+
golang.org/x/exp v0.0.0-20251017212417-90e834f514db // indirect
176176
golang.org/x/mod v0.29.0 // indirect
177177
golang.org/x/net v0.46.0 // indirect
178178
golang.org/x/oauth2 v0.32.0 // indirect
@@ -191,7 +191,7 @@ require (
191191
k8s.io/klog/v2 v2.130.1 // indirect
192192
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
193193
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
194-
sigs.k8s.io/controller-runtime v0.22.2 // indirect
194+
sigs.k8s.io/controller-runtime v0.22.3 // indirect
195195
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
196196
sigs.k8s.io/randfill v1.0.0 // indirect
197197
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect

0 commit comments

Comments
 (0)