Skip to content

Commit 53a23f0

Browse files
author
Vincent
authored
[release-1.16] Updated the dependencies for 1.16 (#2072)
1 parent b3f6dcf commit 53a23f0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
k8s.io/client-go v0.30.3
2222
k8s.io/code-generator v0.30.3
2323
knative.dev/caching v0.0.0-20241022012359-41bbaf964d16
24-
knative.dev/eventing v0.43.6
24+
knative.dev/eventing v0.43.7
2525
knative.dev/hack v0.0.0-20250220110655-b5e4ff820460
2626
knative.dev/pkg v0.0.0-20250306143800-fff4f701c7af
2727
knative.dev/reconciler-test v0.0.0-20250411085513-cfed924c2716

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,8 +1394,8 @@ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1
13941394
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
13951395
knative.dev/caching v0.0.0-20241022012359-41bbaf964d16 h1:vQ0y0mO1ALdOd/FPiw7gf1415mf41aWnLOVOtTr2/jQ=
13961396
knative.dev/caching v0.0.0-20241022012359-41bbaf964d16/go.mod h1:qOvjasSUI+GyF4hsqJmIomblcgjkLzJhng8/zk0B9J4=
1397-
knative.dev/eventing v0.43.6 h1:PnIcnrhodKl29np7Ep7YjTXqiQ72e7g6dEx+vuSeRdU=
1398-
knative.dev/eventing v0.43.6/go.mod h1:2Ag0XextzS6/Z5GYFVNTRrWBHzBXq+l9DxmXJcrWntI=
1397+
knative.dev/eventing v0.43.7 h1:vDJdktQ1speXplTO/3Bdfqz14HNEvQhM4p7uZhOqCY0=
1398+
knative.dev/eventing v0.43.7/go.mod h1:2Ag0XextzS6/Z5GYFVNTRrWBHzBXq+l9DxmXJcrWntI=
13991399
knative.dev/hack v0.0.0-20250220110655-b5e4ff820460 h1:N82WjXiv6RlXnA+qV4cA2tUbTnE3B6C3BWE+dcM/F9A=
14001400
knative.dev/hack v0.0.0-20250220110655-b5e4ff820460/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
14011401
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
@@ -1366,7 +1366,7 @@ k8s.io/utils/trace
13661366
## explicit; go 1.22.0
13671367
knative.dev/caching/pkg/apis/caching
13681368
knative.dev/caching/pkg/apis/caching/v1alpha1
1369-
# knative.dev/eventing v0.43.6
1369+
# knative.dev/eventing v0.43.7
13701370
## explicit; go 1.22.0
13711371
knative.dev/eventing/cmd/heartbeats
13721372
knative.dev/eventing/pkg/apis

0 commit comments

Comments
 (0)