@@ -4,12 +4,12 @@ go 1.18
4
4
5
5
require (
6
6
github.com/braintree/manners v0.0.0-20160418043613-82a8879fc5fd // indirect
7
- github.com/cloudevents/sdk-go/v2 v2.10.1
7
+ github.com/cloudevents/sdk-go/v2 v2.13.0
8
8
github.com/codegangsta/cli v0.0.0-00010101000000-000000000000 // indirect
9
9
github.com/davecgh/go-spew v1.1.1
10
10
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
11
11
github.com/fatih/structs v1.1.0 // indirect
12
- github.com/google/go-cmp v0.5.7
12
+ github.com/google/go-cmp v0.5.9
13
13
github.com/hashicorp/go-cleanhttp v0.5.2
14
14
github.com/hashicorp/golang-lru v0.5.4
15
15
github.com/jpillora/backoff v1.0.0
@@ -21,7 +21,7 @@ require (
21
21
github.com/yudai/hcl v0.0.0-20151013225006-5fa2393b3552 // indirect
22
22
github.com/yudai/umutex v0.0.0-20150817080136-18216d265c6b // indirect
23
23
go.uber.org/zap v1.21.0
24
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
24
+ golang.org/x/term v0.5.0
25
25
k8s.io/api v0.23.9
26
26
k8s.io/apimachinery v0.23.9
27
27
k8s.io/client-go v0.23.9
@@ -37,33 +37,42 @@ require (
37
37
github.com/go-resty/resty/v2 v2.7.0
38
38
github.com/hashicorp/hcl v1.0.0
39
39
github.com/pkg/errors v0.9.1
40
- github.com/stretchr/testify v1.7.0
41
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
42
- gotest.tools/v3 v3.1.0
43
- k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
44
40
knative.dev/client v0.34.1
45
41
)
46
42
47
43
require (
48
- cloud.google.com/go/compute v1.5.0 // indirect
44
+ github.com/stretchr/testify v1.8.1
45
+ golang.org/x/sync v0.1.0
46
+ gotest.tools/v3 v3.3.0
47
+ k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2
48
+ )
49
+
50
+ require (
51
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
52
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
53
+ github.com/pelletier/go-toml/v2 v2.0.5 // indirect
54
+ )
55
+
56
+ require (
57
+ cloud.google.com/go/compute v1.15.1 // indirect
49
58
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
50
59
contrib.go.opencensus.io/exporter/prometheus v0.4.0 // indirect
51
60
contrib.go.opencensus.io/exporter/zipkin v0.1.2 // indirect
52
61
github.com/PuerkitoBio/purell v1.1.1 // indirect
53
62
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
54
- github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211221011931-643d94fcab96 // indirect
63
+ github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
55
64
github.com/beorn7/perks v1.0.1 // indirect
56
65
github.com/blang/semver/v4 v4.0.0 // indirect
57
66
github.com/blendle/zapdriver v1.3.1 // indirect
58
- github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
59
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
60
- github.com/cloudevents/sdk-go/observability/opencensus/v2 v2.4.1 // indirect
61
- github.com/cloudevents/sdk-go/sql/v2 v2.8 .0 // indirect
67
+ github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
68
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect; indirect'
69
+ github.com/cloudevents/sdk-go/observability/opencensus/v2 v2.13.0 // indirect
70
+ github.com/cloudevents/sdk-go/sql/v2 v2.13 .0 // indirect
62
71
github.com/creack/pty v1.1.11 // indirect
63
72
github.com/emicklei/go-restful v2.15.0+incompatible // indirect
64
73
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
65
74
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
66
- github.com/fsnotify/fsnotify v1.5.1 // indirect
75
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
67
76
github.com/go-errors/errors v1.0.1 // indirect
68
77
github.com/go-kit/log v0.1.0 // indirect
69
78
github.com/go-logfmt/logfmt v0.5.0 // indirect
@@ -83,27 +92,26 @@ require (
83
92
github.com/googleapis/gnostic v0.5.5 // indirect
84
93
github.com/gorilla/websocket v1.4.2 // indirect
85
94
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
86
- github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
87
95
github.com/hashicorp/errwrap v1.1.0 // indirect
88
96
github.com/hashicorp/go-multierror v1.1.1 // indirect
89
97
github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
90
98
github.com/imdario/mergo v0.3.12 // indirect
91
99
github.com/inconshreveable/mousetrap v1.0.0 // indirect
92
100
github.com/josharian/intern v1.0.0 // indirect
93
101
github.com/json-iterator/go v1.1.12 // indirect
94
- github.com/kr/pretty v0.2.1 // indirect
102
+ github.com/kr/pretty v0.3.0 // indirect
95
103
github.com/kr/text v0.2.0 // indirect
96
104
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
97
- github.com/magiconair/properties v1.8.5 // indirect
105
+ github.com/magiconair/properties v1.8.6 // indirect
98
106
github.com/mailru/easyjson v0.7.7 // indirect
99
107
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
100
108
github.com/mitchellh/go-homedir v1.1.0 // indirect
101
- github.com/mitchellh/mapstructure v1.4.3 // indirect
109
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
102
110
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
103
111
github.com/modern-go/reflect2 v1.0.2 // indirect
104
112
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
105
113
github.com/openzipkin/zipkin-go v0.3.0 // indirect
106
- github.com/pelletier/go-toml v1.9.4 // indirect
114
+ github.com/pelletier/go-toml v1.9.5 // indirect
107
115
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
108
116
github.com/pmezard/go-difflib v1.0.0 // indirect
109
117
github.com/prometheus/client_golang v1.11.1 // indirect
@@ -114,40 +122,39 @@ require (
114
122
github.com/rickb777/date v1.13.0 // indirect
115
123
github.com/rickb777/plural v1.2.1 // indirect
116
124
github.com/robfig/cron/v3 v3.0.1 // indirect
117
- github.com/spf13/afero v1.8.0 // indirect
118
- github.com/spf13/cast v1.4.1 // indirect
125
+ github.com/spf13/afero v1.8.2 // indirect
126
+ github.com/spf13/cast v1.5.0 // indirect
119
127
github.com/spf13/jwalterweatherman v1.1.0 // indirect
120
128
github.com/spf13/pflag v1.0.5 // indirect
121
- github.com/spf13/viper v1.10.1 // indirect
122
- github.com/subosito/gotenv v1.2.0 // indirect
123
- github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
124
- go.opencensus.io v0.23 .0 // indirect
125
- go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
126
- go.uber.org/atomic v1.9 .0 // indirect
129
+ github.com/spf13/viper v1.13.0 // indirect
130
+ github.com/subosito/gotenv v1.4.1 // indirect
131
+ github.com/xlab/treeprint v1.1.0 // indirect
132
+ go.opencensus.io v0.24 .0 // indirect
133
+ go.starlark.net v0.0.0-20220817180228-f738f5508c12 // indirect
134
+ go.uber.org/atomic v1.10 .0 // indirect
127
135
go.uber.org/automaxprocs v1.4.0 // indirect
128
136
go.uber.org/multierr v1.8.0 // indirect
129
- golang.org/x/mod v0.5.1 // indirect
130
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
131
- golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
132
- golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
133
- golang.org/x/text v0.3.7 // indirect
134
- golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
135
- golang.org/x/tools v0.1.9 // indirect
136
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
137
+ golang.org/x/mod v0.6.0 // indirect
138
+ golang.org/x/net v0.7.0 // indirect
139
+ golang.org/x/oauth2 v0.4.0 // indirect
140
+ golang.org/x/sys v0.5.0 // indirect
141
+ golang.org/x/text v0.7.0 // indirect
142
+ golang.org/x/time v0.1.0 // indirect
143
+ golang.org/x/tools v0.1.12 // indirect
137
144
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
138
- google.golang.org/api v0.70 .0 // indirect
145
+ google.golang.org/api v0.103 .0 // indirect
139
146
google.golang.org/appengine v1.6.7 // indirect
140
- google.golang.org/genproto v0.0.0-20220301145929-1ac2ace0dbf7 // indirect
141
- google.golang.org/grpc v1.44 .0 // indirect
142
- google.golang.org/protobuf v1.27 .1 // indirect
147
+ google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
148
+ google.golang.org/grpc v1.53 .0 // indirect
149
+ google.golang.org/protobuf v1.28 .1 // indirect
143
150
gopkg.in/inf.v0 v0.9.1 // indirect
144
- gopkg.in/ini.v1 v1.66.2 // indirect
151
+ gopkg.in/ini.v1 v1.67.0 // indirect
145
152
gopkg.in/yaml.v2 v2.4.0 // indirect
146
153
gopkg.in/yaml.v3 v3.0.1 // indirect
147
154
k8s.io/apiextensions-apiserver v0.23.9 // indirect
148
155
k8s.io/cli-runtime v0.23.4 // indirect
149
156
k8s.io/gengo v0.0.0-20220613173612-397b4ae3bce7 // indirect
150
- k8s.io/klog/v2 v2.70.2-0.20220707122935-0990e81f1a8f // indirect
157
+ k8s.io/klog/v2 v2.80.1 // indirect
151
158
knative.dev/networking v0.0.0-20220831065816-215bac90b28b // indirect
152
159
knative.dev/serving v0.34.0 // indirect
153
160
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
0 commit comments