Skip to content

Commit 5941c74

Browse files
author
Vincent Hou
committed
Updated the dependencies
1 parent 47b5682 commit 5941c74

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ require (
2424
knative.dev/eventing v0.47.1-0.20251128120520-17aff039b9b1
2525
knative.dev/hack v0.0.0-20251126013634-1484a9e9b641
2626
knative.dev/pkg v0.0.0-20251126013532-e853b1d1d6bb
27-
knative.dev/reconciler-test v0.0.0-20251127131716-49c8eb8d6d42
28-
knative.dev/serving v0.47.1-0.20251202122311-06034f27f1ea
27+
knative.dev/reconciler-test v0.0.0-20251203013610-65cec2a81a56
28+
knative.dev/serving v0.47.1-0.20251203121611-3908ab87f94a
2929
sigs.k8s.io/yaml v1.6.0
3030
)
3131

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,10 +1713,10 @@ knative.dev/networking v0.0.0-20251126213812-ebe48fd53262 h1:CEFraQgj5csZPv2NgCA
17131713
knative.dev/networking v0.0.0-20251126213812-ebe48fd53262/go.mod h1:nxN+sYiQCoT2FLgSMTShXYmYYcb7rALHSOz6l5RjCp4=
17141714
knative.dev/pkg v0.0.0-20251126013532-e853b1d1d6bb h1:JhpOj4b8wdTjbahkCyZUaFlkuHib/6uCVyjPI/W4MPg=
17151715
knative.dev/pkg v0.0.0-20251126013532-e853b1d1d6bb/go.mod h1:KFRQGFIcsdi9fDto0lGkcz/NwnNr/8hq9mmLyBuLkro=
1716-
knative.dev/reconciler-test v0.0.0-20251127131716-49c8eb8d6d42 h1:SbejPDcG8osmgzEXxrtwZKN9yMocDMU9IFJSLniXMF8=
1717-
knative.dev/reconciler-test v0.0.0-20251127131716-49c8eb8d6d42/go.mod h1:XiaOxTCk7xf54L6A5/oyBm7VOaGq1ouEpSTDxuME8Ag=
1718-
knative.dev/serving v0.47.1-0.20251202122311-06034f27f1ea h1:4N6e1od7d4Ok2cvb8jM9k6TO5kPQXXcP53HT0eV9ZBg=
1719-
knative.dev/serving v0.47.1-0.20251202122311-06034f27f1ea/go.mod h1:olKUo5+T1KOyD4t7SM6oiEgmkVQO4Gmr6YiVwj0J944=
1716+
knative.dev/reconciler-test v0.0.0-20251203013610-65cec2a81a56 h1:cshdTYJyUKppLc+9MiYr37lXjfoGgf70JdU6LIlm2yc=
1717+
knative.dev/reconciler-test v0.0.0-20251203013610-65cec2a81a56/go.mod h1:XiaOxTCk7xf54L6A5/oyBm7VOaGq1ouEpSTDxuME8Ag=
1718+
knative.dev/serving v0.47.1-0.20251203121611-3908ab87f94a h1:1TMtNG3N1VmC0nimUo9u8npPhsg68jmUgseSVDCaztI=
1719+
knative.dev/serving v0.47.1-0.20251203121611-3908ab87f94a/go.mod h1:olKUo5+T1KOyD4t7SM6oiEgmkVQO4Gmr6YiVwj0J944=
17201720
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
17211721
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
17221722
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ knative.dev/pkg/webhook
16911691
knative.dev/pkg/webhook/certificates
16921692
knative.dev/pkg/webhook/certificates/resources
16931693
knative.dev/pkg/webhook/resourcesemantics/conversion
1694-
# knative.dev/reconciler-test v0.0.0-20251127131716-49c8eb8d6d42
1694+
# knative.dev/reconciler-test v0.0.0-20251203013610-65cec2a81a56
16951695
## explicit; go 1.24.0
16961696
knative.dev/reconciler-test/cmd/eventshub
16971697
knative.dev/reconciler-test/pkg/environment
@@ -1720,7 +1720,7 @@ knative.dev/reconciler-test/pkg/resources/service
17201720
knative.dev/reconciler-test/pkg/resources/serviceaccount
17211721
knative.dev/reconciler-test/pkg/state
17221722
knative.dev/reconciler-test/resources/certificate
1723-
# knative.dev/serving v0.47.1-0.20251202122311-06034f27f1ea
1723+
# knative.dev/serving v0.47.1-0.20251203121611-3908ab87f94a
17241724
## explicit; go 1.24.0
17251725
knative.dev/serving/pkg/apis/autoscaling
17261726
knative.dev/serving/pkg/apis/autoscaling/v1alpha1

0 commit comments

Comments
 (0)