Skip to content

Commit 1c448bb

Browse files
upgrade to latest dependencies (#358)
bumping knative.dev/eventing-kafka-broker 5a94650...4dace1e: > 4dace1e upgrade to latest dependencies (# 4142) Signed-off-by: Knative Automation <automation@knative.team>
1 parent dd87705 commit 1c448bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
k8s.io/apimachinery v0.30.3
1212
k8s.io/client-go v0.30.3
1313
knative.dev/client-pkg v0.0.0-20241022130700-7b4bb48ac250
14-
knative.dev/eventing-kafka-broker v0.42.1-0.20241021092326-5a9465023fdc
14+
knative.dev/eventing-kafka-broker v0.43.0
1515
knative.dev/hack v0.0.0-20241010131451-05b2fb30cb4d
1616
knative.dev/pkg v0.0.0-20241021183759-9b9d535af5ad
1717
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,8 +827,8 @@ knative.dev/client-pkg v0.0.0-20241022130700-7b4bb48ac250 h1:hxR3hLPdJ9N+qC0ULT2
827827
knative.dev/client-pkg v0.0.0-20241022130700-7b4bb48ac250/go.mod h1:1Wp8+rz7JT3c17r0+2IdxWjkNvEZ/4/AHywaV12nq3I=
828828
knative.dev/eventing v0.43.0 h1:GELHZ0yYosMeV78l4alMsd7HJciEu6a3T2C5l7MPi3Y=
829829
knative.dev/eventing v0.43.0/go.mod h1:pdrF+bEUfRkNn9ifWXS7DoVj5W31gA5KQVd8iwplXUo=
830-
knative.dev/eventing-kafka-broker v0.42.1-0.20241021092326-5a9465023fdc h1:o9tnYCrgApv3XWNjVnsE8xAZCXIAKOauPUYr0+mGsvE=
831-
knative.dev/eventing-kafka-broker v0.42.1-0.20241021092326-5a9465023fdc/go.mod h1:KlrrlUx/zlmnSC6kpjsyskehur1s1V6g2DxSBuil4nM=
830+
knative.dev/eventing-kafka-broker v0.43.0 h1:nTmooSgJEnvOau8C9yYzIS/SSCSg7Z5/lO6BS4TwEEk=
831+
knative.dev/eventing-kafka-broker v0.43.0/go.mod h1:f9hqo0xTwWCiBfARF1Gwo25wLv1oUX4Wahuhg9nR+II=
832832
knative.dev/hack v0.0.0-20241010131451-05b2fb30cb4d h1:aCfX7kwkvgGxXXGbso5tLqdwQmzBkJ9d+EIRwksKTvk=
833833
knative.dev/hack v0.0.0-20241010131451-05b2fb30cb4d/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
834834
knative.dev/networking v0.0.0-20241022012959-60e29ff520dc h1:0d9XXRLlyuHfINZLlYqo/BYe/+chqqNBMLKJldjTbtw=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ knative.dev/eventing/pkg/client/clientset/versioned/typed/sources/v1/fake
895895
knative.dev/eventing/pkg/client/clientset/versioned/typed/sources/v1beta2
896896
knative.dev/eventing/pkg/crossnamespace
897897
knative.dev/eventing/pkg/eventingtls
898-
# knative.dev/eventing-kafka-broker v0.42.1-0.20241021092326-5a9465023fdc
898+
# knative.dev/eventing-kafka-broker v0.43.0
899899
## explicit; go 1.22.0
900900
knative.dev/eventing-kafka-broker/control-plane/pkg/apis/bindings
901901
knative.dev/eventing-kafka-broker/control-plane/pkg/apis/bindings/v1

0 commit comments

Comments
 (0)