Skip to content

Commit 31c71a3

Browse files
committed
bump knative.dev/hack
1 parent 612af4c commit 31c71a3

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module knative.dev/eventing-kafka-broker
22

33
go 1.23.0
44

5+
replace knative.dev/hack => ../knative-hack
6+
57
require (
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

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,8 +1561,6 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
15611561
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
15621562
knative.dev/eventing v0.45.0 h1:LwNmhsw94isfEFOtjN1tpcduD5EzTKo4nbenTxSLd4o=
15631563
knative.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=
15661564
knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883 h1:UeOY7009M0EHwdyW3P35Fc1U6FJHzBrj6Gf370do8zY=
15671565
knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883/go.mod h1:ptwLYr04MAyeoRvhnhhz0FFkVZTdYJV2QWnw9sZyFSM=
15681566
knative.dev/reconciler-test v0.0.0-20250415170512-23f86169156f h1:4JZHD997Yav2K6JJU93sjxvcPXNHVY4lC1dWhzyeBXg=

vendor/knative.dev/hack/library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

vendor/modules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ knative.dev/eventing/test/upgrade/prober/wathola/fetcher
14131413
knative.dev/eventing/test/upgrade/prober/wathola/forwarder
14141414
knative.dev/eventing/test/upgrade/prober/wathola/receiver
14151415
knative.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
14181418
knative.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
15971597
sigs.k8s.io/yaml
15981598
sigs.k8s.io/yaml/goyaml.v2
1599+
# knative.dev/hack => ../knative-hack

0 commit comments

Comments
 (0)