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 #600

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -13,7 +13,7 @@ require (
k8s.io/apimachinery v0.31.4
k8s.io/client-go v0.31.4
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
knative.dev/eventing v0.44.1-0.20250131074056-5fb693f5f65e
knative.dev/eventing v0.44.1-0.20250204160923-4a6e7d25c29a
knative.dev/hack v0.0.0-20250128013659-5f7f0f50e9de
knative.dev/pkg v0.0.0-20250203163623-f62a97fc6ad4
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@ k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 h1:1Wof1cGQgA5pqgo8MxKPtf
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8/go.mod h1:Os6V6dZwLNii3vxFpxcNaTmH8LJJBkOTg1N0tOA0fvA=
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/eventing v0.44.1-0.20250131074056-5fb693f5f65e h1:iSHot+aAEQvLuge/xp60Z0lJFfPn4M6vDXQSwqPztIE=
knative.dev/eventing v0.44.1-0.20250131074056-5fb693f5f65e/go.mod h1:UVXY0UKuxrLlFqo1jnXEwpxDRr/0NKP9wvAdw4/LN38=
knative.dev/eventing v0.44.1-0.20250204160923-4a6e7d25c29a h1:3MQtE8N6Dbok1BQgBK9kTT5ZoxNfH9wyEZ2e3xdTjqw=
knative.dev/eventing v0.44.1-0.20250204160923-4a6e7d25c29a/go.mod h1:Rp0zlXsaHvNkCNqEIXfkcJt8uov6RC2A17oy+/4irqw=
knative.dev/hack v0.0.0-20250128013659-5f7f0f50e9de h1:9xWkakMP0rpTpEIi9iRfkDsqhe2XbuyJdBkrlPB2Yjs=
knative.dev/hack v0.0.0-20250128013659-5f7f0f50e9de/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
knative.dev/pkg v0.0.0-20250203163623-f62a97fc6ad4 h1:dHkehXNqUAuRtHr0LjGqBC3Uztuj6LcOrOdqCI4c85s=
Expand Down
2 changes: 1 addition & 1 deletion third_party/eventing-kafka-broker
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ k8s.io/utils/pointer
k8s.io/utils/ptr
k8s.io/utils/strings/slices
k8s.io/utils/trace
# knative.dev/eventing v0.44.1-0.20250131074056-5fb693f5f65e
# knative.dev/eventing v0.44.1-0.20250204160923-4a6e7d25c29a
## explicit; go 1.22.7
knative.dev/eventing/pkg/apis/feature
# knative.dev/hack v0.0.0-20250128013659-5f7f0f50e9de
Expand Down
Loading