Skip to content

Commit bb8e44b

Browse files
Update Tekon
1 parent 595e7b4 commit bb8e44b

File tree

125 files changed

+5048
-4034
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+5048
-4034
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ require (
1111
github.com/onsi/gomega v1.19.0
1212
github.com/openshift/api v0.0.0-20211203173402-b8f149d82307
1313
github.com/openshift/client-go v0.0.0-20210521082421-73d9475a9142
14-
github.com/tektoncd/pipeline v0.33.0
14+
github.com/tektoncd/pipeline v0.37.4
1515
k8s.io/api v0.24.3
1616
k8s.io/apiextensions-apiserver v0.24.3
1717
k8s.io/apimachinery v0.24.3
1818
k8s.io/cli-runtime v0.24.3
1919
k8s.io/client-go v0.24.3
2020
k8s.io/code-generator v0.24.3
2121
k8s.io/klog/v2 v2.60.1
22-
knative.dev/pkg v0.0.0-20220131144930-f4b57aef0006
22+
knative.dev/pkg v0.0.0-20220329144915-0a1ec2e0d46c
2323
sigs.k8s.io/controller-runtime v0.12.2
2424
)
2525

@@ -37,7 +37,6 @@ require (
3737
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
3838
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
3939
github.com/fsnotify/fsnotify v1.5.1 // indirect
40-
github.com/ghodss/yaml v1.0.0 // indirect
4140
github.com/go-kit/log v0.1.0 // indirect
4241
github.com/go-logfmt/logfmt v0.5.0 // indirect
4342
github.com/go-logr/zapr v1.2.0 // indirect
@@ -49,7 +48,7 @@ require (
4948
github.com/golang/protobuf v1.5.2 // indirect
5049
github.com/google/gnostic v0.5.7-v3refs // indirect
5150
github.com/google/go-cmp v0.5.7 // indirect
52-
github.com/google/go-containerregistry v0.8.1-0.20220211173031-41f8d92709b7 // indirect
51+
github.com/google/go-containerregistry v0.8.1-0.20220216220642-00c59d91847c // indirect
5352
github.com/google/gofuzz v1.2.0 // indirect
5453
github.com/google/uuid v1.3.0 // indirect
5554
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
@@ -58,6 +57,7 @@ require (
5857
github.com/imdario/mergo v0.3.12 // indirect
5958
github.com/josharian/intern v1.0.0 // indirect
6059
github.com/json-iterator/go v1.1.12 // indirect
60+
github.com/kr/pretty v0.2.1 // indirect
6161
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
6262
github.com/mailru/easyjson v0.7.7 // indirect
6363
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
@@ -78,26 +78,26 @@ require (
7878
go.uber.org/zap v1.19.1 // indirect
7979
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
8080
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
81-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
81+
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
8282
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
83-
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
83+
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
8484
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
8585
golang.org/x/text v0.3.7 // indirect
86-
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
86+
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
8787
golang.org/x/tools v0.1.10-0.20220218145154-897bd77cd717 // indirect
8888
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
8989
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
90-
google.golang.org/api v0.65.0 // indirect
90+
google.golang.org/api v0.70.0 // indirect
9191
google.golang.org/appengine v1.6.7 // indirect
92-
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350 // indirect
92+
google.golang.org/genproto v0.0.0-20220303160752-862486edd9cc // indirect
9393
google.golang.org/grpc v1.44.0 // indirect
9494
google.golang.org/protobuf v1.27.1 // indirect
9595
gopkg.in/inf.v0 v0.9.1 // indirect
9696
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
9797
gopkg.in/yaml.v2 v2.4.0 // indirect
98-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
98+
gopkg.in/yaml.v3 v3.0.1 // indirect
9999
k8s.io/component-base v0.24.3 // indirect
100-
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
100+
k8s.io/gengo v0.0.0-20220307231824-4627b89bbf1b // indirect
101101
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
102102
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
103103
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect

go.sum

Lines changed: 92 additions & 79 deletions
Large diffs are not rendered by default.

vendor/github.com/ghodss/yaml/.gitignore

Lines changed: 0 additions & 20 deletions
This file was deleted.

vendor/github.com/ghodss/yaml/.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

vendor/github.com/ghodss/yaml/LICENSE

Lines changed: 0 additions & 50 deletions
This file was deleted.

vendor/github.com/ghodss/yaml/README.md

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)