File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module knative.dev/eventing-kafka-broker
22
33go 1.23.0
44
5+ replace knative.dev/hack => ../knative-hack
6+
57require (
68 github.com/IBM/sarama v1.43.3
79 github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2 v2.15.2
@@ -36,7 +38,7 @@ require (
3638 k8s.io/client-go v0.32.2
3739 k8s.io/utils v0.0.0-20241210054802-24370beab758
3840 knative.dev/eventing v0.45.0
39- knative.dev/hack v0.0.0-20250331013814-c577ed9f7775
41+ knative.dev/hack v0.0.0-20251016122918-6d3155ba6dab
4042 knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883
4143 knative.dev/reconciler-test v0.0.0-20250415170512-23f86169156f
4244 sigs.k8s.io/controller-runtime v0.19.0
Original file line number Diff line number Diff line change @@ -1561,8 +1561,6 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
15611561k8s.io/utils v0.0.0-20241210054802-24370beab758 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
15621562knative.dev/eventing v0.45.0 h1:LwNmhsw94isfEFOtjN1tpcduD5EzTKo4nbenTxSLd4o =
15631563knative.dev/eventing v0.45.0 /go.mod h1:Fz5VjV/vWVN93UfTX3lzc+uFrvJ9wxiiKrRIPhQxoj8 =
1564- knative.dev/hack v0.0.0-20250331013814-c577ed9f7775 h1:UstB8/aowofYFHjLyZdPh1K7qB9BCx+lP1WuiCspYRE =
1565- knative.dev/hack v0.0.0-20250331013814-c577ed9f7775 /go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY =
15661564knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883 h1:UeOY7009M0EHwdyW3P35Fc1U6FJHzBrj6Gf370do8zY =
15671565knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883 /go.mod h1:ptwLYr04MAyeoRvhnhhz0FFkVZTdYJV2QWnw9sZyFSM =
15681566knative.dev/reconciler-test v0.0.0-20250415170512-23f86169156f h1:4JZHD997Yav2K6JJU93sjxvcPXNHVY4lC1dWhzyeBXg =
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ function report_go_test() {
588588 logfile=" ${logfile/ .xml/ .jsonl} "
589589 echo " Running go test with args: ${go_test_args[*]} "
590590 local gotest_retcode=0
591- go_run gotest.tools/gotestsum@v1.11 .0 \
591+ go_run gotest.tools/gotestsum@v1.13 .0 \
592592 --format " ${GO_TEST_VERBOSITY:- testname} " \
593593 --junitfile " ${xml} " \
594594 --junitfile-testsuite-name relative \
Original file line number Diff line number Diff line change @@ -1413,7 +1413,7 @@ knative.dev/eventing/test/upgrade/prober/wathola/fetcher
14131413knative.dev/eventing/test/upgrade/prober/wathola/forwarder
14141414knative.dev/eventing/test/upgrade/prober/wathola/receiver
14151415knative.dev/eventing/test/upgrade/prober/wathola/sender
1416- # knative.dev/hack v0.0.0-20250331013814-c577ed9f7775
1416+ # knative.dev/hack v0.0.0-20251016122918-6d3155ba6dab => ../knative-hack
14171417## explicit; go 1.21
14181418knative.dev/hack
14191419# knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883
@@ -1596,3 +1596,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
15961596## explicit; go 1.12
15971597sigs.k8s.io/yaml
15981598sigs.k8s.io/yaml/goyaml.v2
1599+ # knative.dev/hack => ../knative-hack
You can’t perform that action at this time.
0 commit comments