Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/eventing 02d572e...d989ca7:
  > d989ca7 Authenticate requests from mt-broker-ingress to underlying channel (# 7473)
  > bdca23d Channel dispatcher authenticates the requests with OIDC (# 7445)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Nov 28, 2023
1 parent e6323ba commit ec8d83d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.27.6
k8s.io/client-go v0.27.6
k8s.io/utils v0.0.0-20230209194617-a36077c30491
knative.dev/eventing v0.39.1-0.20231123154729-02d572e8d23d
knative.dev/eventing v0.39.1-0.20231124172449-d989ca732fad
knative.dev/hack v0.0.0-20231122182901-eb352426ecc1
knative.dev/pkg v0.0.0-20231123185329-ea6ea8440341
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@ k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f h1:2kWPakN3i/k81b0gvD5C5F
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f/go.mod h1:byini6yhqGC14c3ebc/QwanvYwhuMWF6yz2F8uwW8eg=
k8s.io/utils v0.0.0-20230209194617-a36077c30491 h1:r0BAOLElQnnFhE/ApUsg3iHdVYYPBjNSSOMowRZxxsY=
k8s.io/utils v0.0.0-20230209194617-a36077c30491/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/eventing v0.39.1-0.20231123154729-02d572e8d23d h1:l1T/XpKnWoV6zem3WtPunSrZcLDGh4QolaJgq0Utxtc=
knative.dev/eventing v0.39.1-0.20231123154729-02d572e8d23d/go.mod h1:qeJzOo69pwWB64LlnwWkYC3NvIhdEXdcuo6MTRf49zk=
knative.dev/eventing v0.39.1-0.20231124172449-d989ca732fad h1:KNtNoC4ojhvdmFTKM7rcbylKua7SmOxwajeuWDPAFFs=
knative.dev/eventing v0.39.1-0.20231124172449-d989ca732fad/go.mod h1:hibqweYk29xszfCrMZLYllRqsJJUl4K6pLBB1P/s5Bo=
knative.dev/hack v0.0.0-20231122182901-eb352426ecc1 h1:ZUkFAaq5gEls7bJ2ADLg+ZJVtN3KUcHEWx5ngLfacuQ=
knative.dev/hack v0.0.0-20231122182901-eb352426ecc1/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/pkg v0.0.0-20231123185329-ea6ea8440341 h1:GVSTPofS7DbTTxoJw4TwfxNWCzH4QcSI5jm4F7tgDPE=
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 @@ -892,7 +892,7 @@ k8s.io/utils/net
k8s.io/utils/pointer
k8s.io/utils/strings/slices
k8s.io/utils/trace
# knative.dev/eventing v0.39.1-0.20231123154729-02d572e8d23d
# knative.dev/eventing v0.39.1-0.20231124172449-d989ca732fad
## explicit; go 1.19
knative.dev/eventing/pkg/apis/feature
# knative.dev/hack v0.0.0-20231122182901-eb352426ecc1
Expand Down

0 comments on commit ec8d83d

Please sign in to comment.