File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ require (
2121 k8s.io/client-go v0.23.9
2222 k8s.io/code-generator v0.23.9
2323 k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
24- knative.dev/eventing v0.33.1-0.20220822135655-5ee615866b28
25- knative.dev/hack v0.0.0-20220815132133-e9a8475f4329
24+ knative.dev/eventing v0.34.0
25+ knative.dev/hack v0.0.0-20220823140917-8d1e4ccf9dc3
2626 knative.dev/pkg v0.0.0-20220818004048-4a03844c0b15
2727 knative.dev/reconciler-test v0.0.0-20220818122349-177f8264c28c
2828 sigs.k8s.io/controller-runtime v0.11.2
Original file line number Diff line number Diff line change @@ -1260,10 +1260,10 @@ k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
12601260k8s.io/utils v0.0.0-20211116205334-6203023598ed /go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA =
12611261k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19Vz2GdbOCyI4qqhc =
12621262k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 /go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA =
1263- knative.dev/eventing v0.33.1-0.20220822135655-5ee615866b28 h1:nupMPxXvdrpahgnp9LnU12Przw4u6rGc0pzCsDDSjX4 =
1264- knative.dev/eventing v0.33.1-0.20220822135655-5ee615866b28 /go.mod h1:+kn5/HpGP1fXAai69THMxfkm7L33Z19pcyUWOpWZi2Y =
1265- knative.dev/hack v0.0.0-20220815132133-e9a8475f4329 h1:/X969GuiLDMgb+tyx5qZDLxGhENkS3OLPj/VCSW+Ul0 =
1266- knative.dev/hack v0.0.0-20220815132133-e9a8475f4329 /go.mod h1:t/azP8I/Cygaw+87O7rkAPrNRjCelmtfSzWzu/9TM7I =
1263+ knative.dev/eventing v0.34.0 h1:yAJWD4obiUHLXaxWdm2t/++tm44tWkQy8Bw+16USILg =
1264+ knative.dev/eventing v0.34.0 /go.mod h1:oHUjUje7yVmF9FqdMe1dfddowxve8pNrNG0YZ+JkIPo =
1265+ knative.dev/hack v0.0.0-20220823140917-8d1e4ccf9dc3 h1:umaeMRecA0g5g48L9tnEAkTBIitr9eKWMyJYo9YttAA =
1266+ knative.dev/hack v0.0.0-20220823140917-8d1e4ccf9dc3 /go.mod h1:t/azP8I/Cygaw+87O7rkAPrNRjCelmtfSzWzu/9TM7I =
12671267knative.dev/pkg v0.0.0-20220818004048-4a03844c0b15 h1:GNmzHVaUo3zoi/wtIN71LPQaWy6DdoYzmb+GIq2s4fw =
12681268knative.dev/pkg v0.0.0-20220818004048-4a03844c0b15 /go.mod h1:YLjXbkQLlGHok+u0FLfMbBHFzY9WGu3GHhnrptoAy8I =
12691269knative.dev/reconciler-test v0.0.0-20220818122349-177f8264c28c h1:wWtcZ1ZyP+mXx4xQmcKzKyXkk/t07/iSq/jqhqxoyCM =
Original file line number Diff line number Diff line change @@ -107,7 +107,8 @@ export GITHUB_TOKEN=""
107107# Convenience function to run the hub tool.
108108# Parameters: $1..$n - arguments to hub.
109109function hub_tool() {
110- gorun github.com/github/
[email protected] " $@ " 110+ # Pinned to SHA because of https://github.com/github/hub/issues/2517
111+ go_run github.com/github/hub/v2@363513a " $@ "
111112}
112113
113114# Shortcut to "git push" that handles authentication.
Original file line number Diff line number Diff line change @@ -1194,7 +1194,7 @@ k8s.io/utils/internal/third_party/forked/golang/net
11941194k8s.io/utils/net
11951195k8s.io/utils/pointer
11961196k8s.io/utils/trace
1197- # knative.dev/eventing v0.33.1-0.20220822135655-5ee615866b28
1197+ # knative.dev/eventing v0.34.0
11981198## explicit; go 1.18
11991199knative.dev/eventing/pkg/adapter/v2
12001200knative.dev/eventing/pkg/adapter/v2/util/crstatusevent
@@ -1293,7 +1293,7 @@ knative.dev/eventing/test/test_images/event-sender
12931293knative.dev/eventing/test/test_images/heartbeats
12941294knative.dev/eventing/test/test_images/performance
12951295knative.dev/eventing/test/test_images/print
1296- # knative.dev/hack v0.0.0-20220815132133-e9a8475f4329
1296+ # knative.dev/hack v0.0.0-20220823140917-8d1e4ccf9dc3
12971297## explicit; go 1.17
12981298knative.dev/hack
12991299# knative.dev/pkg v0.0.0-20220818004048-4a03844c0b15
You can’t perform that action at this time.
0 commit comments