Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/eventing f577063...d4357e3:
  > d4357e3 MT-Broker: return retriable status code based on the state to leverage retries (# 8366)
  > 795e4a3 Move image to map (# 8362)
  > 408db83 We changed the event type on the images (# 8364)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Dec 3, 2024
1 parent b12b06e commit dbf82cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
k8s.io/apimachinery v0.30.3
k8s.io/client-go v0.30.3
knative.dev/client/pkg v0.0.0-20241128155143-441372aea16b
knative.dev/eventing v0.43.1-0.20241128165643-f577063a1882
knative.dev/eventing v0.43.1-0.20241203122844-d4357e3205d1
knative.dev/hack v0.0.0-20241128013751-1978b3a02667
knative.dev/pkg v0.0.0-20241128013618-f3ab5605e542
knative.dev/reconciler-test v0.0.0-20241128013747-984ae1257c23
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -945,8 +945,8 @@ knative.dev/client-pkg v0.0.0-20241106014333-14f4a3a4c3e1 h1:1j9LT7I8xG6zrQ8n1/l
knative.dev/client-pkg v0.0.0-20241106014333-14f4a3a4c3e1/go.mod h1:1Wp8+rz7JT3c17r0+2IdxWjkNvEZ/4/AHywaV12nq3I=
knative.dev/client/pkg v0.0.0-20241128155143-441372aea16b h1:GxF5zzQFebbEWnhjk6mKSwAlhQlV8MC7XtNkDVMzDY8=
knative.dev/client/pkg v0.0.0-20241128155143-441372aea16b/go.mod h1:io3itr2NSsoO+IP6S+QMtTKAFJhYMzFYDiJDDgclhr8=
knative.dev/eventing v0.43.1-0.20241128165643-f577063a1882 h1:VtpUnyoy0vXPyYAhh8yKRh2n5aCkTZnibDzgRERXjEQ=
knative.dev/eventing v0.43.1-0.20241128165643-f577063a1882/go.mod h1:RxMFtxk903ZoxyS140MPdLLePTzBdeaGkVmBTB52t04=
knative.dev/eventing v0.43.1-0.20241203122844-d4357e3205d1 h1:rG+5m3PyttEChy5B3TZoxwcHQbdEHfsQzWavLalbP2I=
knative.dev/eventing v0.43.1-0.20241203122844-d4357e3205d1/go.mod h1:RxMFtxk903ZoxyS140MPdLLePTzBdeaGkVmBTB52t04=
knative.dev/hack v0.0.0-20241128013751-1978b3a02667 h1:cp3GfEBnL0H2OrqdxLZ7nZ2K7U4PMdQhdBogl4Vd5+E=
knative.dev/hack v0.0.0-20241128013751-1978b3a02667/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
knative.dev/networking v0.0.0-20241118132247-bbd3279aa3a4 h1:z4rTFDTwkNrLfOZqFNzM4I8sUZFHHWaUwgqJhKW2jvY=
Expand Down

0 comments on commit dbf82cb

Please sign in to comment.