Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
upgrade to latest dependencies (#159)
Browse files Browse the repository at this point in the history
bumping knative.dev/eventing f074878...0310bf9:
  > 0310bf9 Fixing docs eventing spec details (# 6082)
  > 3b3eac1 Enable features configmap watching and fix mt broker filter subscriptions API implementation (# 6089)
  > 89b588f Wait for expected number of replicas in Scheduler tests (# 6083)
  > 9e0e90c Prober waits until receiver state != active or timeout (# 6074)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Jan 26, 2022
1 parent 9273f60 commit e31aea4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
k8s.io/apimachinery v0.22.5
k8s.io/client-go v0.22.5
k8s.io/code-generator v0.22.5
knative.dev/eventing v0.28.1-0.20220121080404-f07487898e80
knative.dev/eventing v0.29.0
knative.dev/hack v0.0.0-20220118141833-9b2ed8471e30
knative.dev/pkg v0.0.0-20220118160532-77555ea48cd4
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1222,8 +1222,8 @@ k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c/go.mod h1:vHXdDvt9+2spS2R
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20211208161948-7d6a63dca704 h1:ZKMMxTvduyf5WUtREOqg5LiXaN1KO/+0oOQPRFrClpo=
k8s.io/utils v0.0.0-20211208161948-7d6a63dca704/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
knative.dev/eventing v0.28.1-0.20220121080404-f07487898e80 h1:AMf3C0SRNOoBQ4ZOZqLs2GiaqAFpOCLPMUDM89D84Kw=
knative.dev/eventing v0.28.1-0.20220121080404-f07487898e80/go.mod h1:u5T5NZTDUsLR7yJwp5MDnBnDX5MhywD3yK3Rq+7gTtI=
knative.dev/eventing v0.29.0 h1:+AhcYEuuz37x1op71bknZ/lFgsvuZJl0AKFOOFiH03s=
knative.dev/eventing v0.29.0/go.mod h1:u5T5NZTDUsLR7yJwp5MDnBnDX5MhywD3yK3Rq+7gTtI=
knative.dev/hack v0.0.0-20220118141833-9b2ed8471e30 h1:UkNpCWCMM5C4AeQ8aTrPTuR/6OeARiqk+LEQ6tuMP7c=
knative.dev/hack v0.0.0-20220118141833-9b2ed8471e30/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
knative.dev/hack/schema v0.0.0-20220118141833-9b2ed8471e30/go.mod h1:ffjwmdcrH5vN3mPhO8RrF2KfNnbHeCE2C60A+2cv3U0=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ k8s.io/utils/buffer
k8s.io/utils/integer
k8s.io/utils/pointer
k8s.io/utils/trace
# knative.dev/eventing v0.28.1-0.20220121080404-f07487898e80
# knative.dev/eventing v0.29.0
## explicit
knative.dev/eventing/pkg/apis/config
knative.dev/eventing/pkg/apis/duck
Expand Down

0 comments on commit e31aea4

Please sign in to comment.