Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Upgrade to latest dependencies #2634

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ require (
k8s.io/client-go v1.5.2
k8s.io/klog/v2 v2.130.1
knative.dev/client/pkg v0.0.0-20241223131744-a045990c83ac
knative.dev/eventing v0.43.1-0.20241223131119-c9047a198255
knative.dev/eventing v0.43.1-0.20250103103353-52792ea9874f
knative.dev/hack v0.0.0-20241227080210-e92a16ae0893
knative.dev/pkg v0.0.0-20241223131119-4c901591eb4a
knative.dev/serving v0.43.1-0.20241230225749-df030277a7be
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2752,8 +2752,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-20241223131744-a045990c83ac h1:57gY4FADIy8+IcXo295zyYuLw8aHb81AEfcz2pD5K+I=
knative.dev/client/pkg v0.0.0-20241223131744-a045990c83ac/go.mod h1:io3itr2NSsoO+IP6S+QMtTKAFJhYMzFYDiJDDgclhr8=
knative.dev/eventing v0.43.1-0.20241223131119-c9047a198255 h1:pgj6ZnPAklWTTeef9d35/avLBb2rREX7Y5+BwZp6W0I=
knative.dev/eventing v0.43.1-0.20241223131119-c9047a198255/go.mod h1:eBhIxUaRBUAJUQ98189X+KBps/UoWJY4B/MZk+FiVIM=
knative.dev/eventing v0.43.1-0.20250103103353-52792ea9874f h1:mITOplnS2wZj16TqStZArf1+3JjsHX1wZ7GI2wKVoCw=
knative.dev/eventing v0.43.1-0.20250103103353-52792ea9874f/go.mod h1:mDuDRRofBF46zRsZq3lyChuMTE+qqcrIqGHP4E09wtY=
knative.dev/hack v0.0.0-20241227080210-e92a16ae0893 h1:zy7LwNJ2S7obPMHVAtxQgZPXxBTZzoxHbtb6uhxOl7Q=
knative.dev/hack v0.0.0-20241227080210-e92a16ae0893/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
knative.dev/networking v0.0.0-20241213084654-8b69a35edbf3 h1:nJzte4HE7qkVQ/AEWDgFm+3yOWuRjGcaRacmlD2vu9I=
Expand Down
Loading