Skip to content

Commit

Permalink
upgrade to latest dependencies (#160)
Browse files Browse the repository at this point in the history
bumping knative.dev/eventing-kafka a154679...c02bac0:
  > c02bac0 Check if ps is not installed and install it (# 1073)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation authored Jan 27, 2022
1 parent 69258c6 commit fef0d69
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 @@ -10,7 +10,7 @@ require (
k8s.io/apimachinery v0.22.5
k8s.io/client-go v0.22.5
knative.dev/client v0.29.0
knative.dev/eventing-kafka v0.28.1-0.20220126234845-a15467944128
knative.dev/eventing-kafka 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 @@ -2160,8 +2160,8 @@ knative.dev/control-protocol v0.0.0-20220118185434-ad4ce9e9d455/go.mod h1:xiTC5Q
knative.dev/eventing v0.21.0/go.mod h1:JjbVEOTJJHqo9CTxbTfrMn018hG8fOr3UfBoCJ7KWaA=
knative.dev/eventing v0.29.0 h1:+AhcYEuuz37x1op71bknZ/lFgsvuZJl0AKFOOFiH03s=
knative.dev/eventing v0.29.0/go.mod h1:u5T5NZTDUsLR7yJwp5MDnBnDX5MhywD3yK3Rq+7gTtI=
knative.dev/eventing-kafka v0.28.1-0.20220126234845-a15467944128 h1:wBczJIMe4n8SY4MM+L0uKYP/aNbWLzU8mg0jwTa5BM4=
knative.dev/eventing-kafka v0.28.1-0.20220126234845-a15467944128/go.mod h1:Y9+hHdaYCmD46PPOU2pAfWCUXJyIfgJOnkWZwsBAEoU=
knative.dev/eventing-kafka v0.29.0 h1:/1DvUeQ27WuvTIqt7WakYxv+SFhCHh8+KVEoIM1P1fw=
knative.dev/eventing-kafka v0.29.0/go.mod h1:Y9+hHdaYCmD46PPOU2pAfWCUXJyIfgJOnkWZwsBAEoU=
knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
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=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ knative.dev/eventing/pkg/client/clientset/versioned/typed/messaging/v1
knative.dev/eventing/pkg/client/clientset/versioned/typed/sources/v1
knative.dev/eventing/pkg/client/clientset/versioned/typed/sources/v1/fake
knative.dev/eventing/pkg/client/clientset/versioned/typed/sources/v1beta2
# knative.dev/eventing-kafka v0.28.1-0.20220126234845-a15467944128
# knative.dev/eventing-kafka v0.29.0
## explicit
knative.dev/eventing-kafka/pkg/apis/bindings
knative.dev/eventing-kafka/pkg/apis/bindings/v1beta1
Expand Down

0 comments on commit fef0d69

Please sign in to comment.