Skip to content

Commit c93c204

Browse files
authored
[release-1.17] Updated the dependencies for 1.17 (#2071)
1 parent 908d9c1 commit c93c204

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
@@ -21,7 +21,7 @@ require (
2121
k8s.io/client-go v0.32.2
2222
k8s.io/code-generator v0.32.2
2323
knative.dev/caching v0.0.0-20250117155405-a76aa7cd2bb6
24-
knative.dev/eventing v0.44.4
24+
knative.dev/eventing v0.44.5
2525
knative.dev/hack v0.0.0-20250116150306-c142b4835bc5
2626
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b
2727
knative.dev/reconciler-test v0.0.0-20250117161605-4965c77b4dfa

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,8 +1630,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
16301630
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
16311631
knative.dev/caching v0.0.0-20250117155405-a76aa7cd2bb6 h1:a6oO186Ibm9iBmy9GzJPlJCVJnPPCppwo8NEm12Nnus=
16321632
knative.dev/caching v0.0.0-20250117155405-a76aa7cd2bb6/go.mod h1:xCMZSPoup5BSZ5GQ/Xa8xTEWNIZLLHx9mhPMeREt/ck=
1633-
knative.dev/eventing v0.44.4 h1:b6UYl6mbl7x2ECSZnXDOLmDn3ROSUl8phbAOH+jdmQg=
1634-
knative.dev/eventing v0.44.4/go.mod h1:4ndE/NDntPvunnUl/q7MFbkX0pS/vKaMUFOXFRf1GWA=
1633+
knative.dev/eventing v0.44.5 h1:t1332j5ckjlBrW8DO7QmccAKRP8tewsp9INkA9zH92Q=
1634+
knative.dev/eventing v0.44.5/go.mod h1:4ndE/NDntPvunnUl/q7MFbkX0pS/vKaMUFOXFRf1GWA=
16351635
knative.dev/hack v0.0.0-20250116150306-c142b4835bc5 h1:CwLVoSblWmfaIkgRFX2LcEA0uYZo+nOhdPatsz+QL9w=
16361636
knative.dev/hack v0.0.0-20250116150306-c142b4835bc5/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
16371637
knative.dev/networking v0.0.0-20250117155906-67d1c274ba6a h1:FaDPXtv42+AkYh/mE269pttPSZ3fDVAjJiEsYUaM4SM=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ k8s.io/utils/trace
14281428
## explicit; go 1.22.7
14291429
knative.dev/caching/pkg/apis/caching
14301430
knative.dev/caching/pkg/apis/caching/v1alpha1
1431-
# knative.dev/eventing v0.44.4
1431+
# knative.dev/eventing v0.44.5
14321432
## explicit; go 1.22.7
14331433
knative.dev/eventing/cmd/heartbeats
14341434
knative.dev/eventing/pkg/apis

0 commit comments

Comments
 (0)