@@ -73,7 +73,7 @@ require (
73
73
go.opentelemetry.io/otel/sdk v1.22.0
74
74
go.opentelemetry.io/otel/trace v1.24.0
75
75
go.uber.org/automaxprocs v1.5.3
76
- go.uber.org/zap v1.27 .0
76
+ go.uber.org/zap v1.26 .0
77
77
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
78
78
golang.org/x/text v0.14.0
79
79
google.golang.org/api v0.169.0
@@ -89,7 +89,7 @@ require (
89
89
k8s.io/apimachinery v0.29.2
90
90
k8s.io/client-go v0.29.2
91
91
knative.dev/networking v0.0.0-20240116081125-ce0738abf051
92
- knative.dev/pkg v0.0.0-20240311075308-106b052bd1a4
92
+ knative.dev/pkg v0.0.0-20240116073220-b488e7be5902
93
93
knative.dev/serving v0.40.1
94
94
sigs.k8s.io/controller-runtime v0.17.2
95
95
sigs.k8s.io/yaml v1.4.0
@@ -103,17 +103,11 @@ require (
103
103
cloud.google.com/go/longrunning v0.5.5 // indirect
104
104
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
105
105
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
106
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1 // indirect
107
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 // indirect
108
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 // indirect
109
- github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 // indirect
110
106
github.com/Microsoft/go-winio v0.6.1 // indirect
111
107
github.com/VividCortex/ewma v1.2.0 // indirect
112
- github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
113
108
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220804214150-8b0cc382067f // indirect
114
109
github.com/apache/thrift v0.16.0 // indirect
115
110
github.com/aws/aws-sdk-go v1.50.0 // indirect
116
- github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
117
111
github.com/beorn7/perks v1.0.1 // indirect
118
112
github.com/blendle/zapdriver v1.3.1 // indirect
119
113
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
@@ -129,12 +123,10 @@ require (
129
123
github.com/docker/distribution v2.8.2+incompatible // indirect
130
124
github.com/docker/docker v25.0.0+incompatible // indirect
131
125
github.com/docker/docker-credential-helpers v0.7.0 // indirect
132
- github.com/edsrzf/mmap-go v1.1.0 // indirect
133
126
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
134
127
github.com/emirpasic/gods v1.12.0 // indirect
135
128
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
136
129
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
137
- github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
138
130
github.com/felixge/httpsnoop v1.0.4 // indirect
139
131
github.com/fsnotify/fsnotify v1.7.0 // indirect
140
132
github.com/getsentry/raven-go v0.2.0 // indirect
@@ -148,7 +140,6 @@ require (
148
140
github.com/go-openapi/jsonpointer v0.20.0 // indirect
149
141
github.com/go-openapi/jsonreference v0.20.2 // indirect
150
142
github.com/go-openapi/swag v0.22.4 // indirect
151
- github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
152
143
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
153
144
github.com/golang/snappy v0.0.4 // indirect
154
145
github.com/google/gnostic-models v0.6.8 // indirect
@@ -182,11 +173,9 @@ require (
182
173
github.com/jinzhu/now v1.1.4 // indirect
183
174
github.com/jmespath/go-jmespath v0.4.0 // indirect
184
175
github.com/josharian/intern v1.0.0 // indirect
185
- github.com/jpillora/backoff v1.0.0 // indirect
186
176
github.com/json-iterator/go v1.1.12 // indirect
187
177
github.com/kevinburke/ssh_config v1.1.0 // indirect
188
178
github.com/klauspost/compress v1.17.4 // indirect
189
- github.com/kylelemons/godebug v1.1.0 // indirect
190
179
github.com/leodido/go-urn v1.2.1 // indirect
191
180
github.com/lib/pq v1.10.2 // indirect
192
181
github.com/magiconair/properties v1.8.5 // indirect
@@ -200,19 +189,15 @@ require (
200
189
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
201
190
github.com/modern-go/reflect2 v1.0.2 // indirect
202
191
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
203
- github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
204
192
github.com/newrelic/go-agent v3.19.2+incompatible // indirect
205
- github.com/oklog/ulid v1.3.1 // indirect
206
193
github.com/opencontainers/go-digest v1.0.0 // indirect
207
194
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
208
195
github.com/ory/keto-client-go v0.11.0-alpha.0 // indirect
209
196
github.com/pelletier/go-toml v1.9.5 // indirect
210
- github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
211
197
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
212
198
github.com/princjef/gomarkdoc v0.4.1 // indirect
213
199
github.com/princjef/mageutil v1.0.0 // indirect
214
200
github.com/prometheus/common v0.49.0 // indirect
215
- github.com/prometheus/common/sigv4 v0.1.0 // indirect
216
201
github.com/prometheus/procfs v0.12.0 // indirect
217
202
github.com/prometheus/statsd_exporter v0.25.0 // indirect
218
203
github.com/rivo/uniseg v0.2.0 // indirect
@@ -236,7 +221,6 @@ require (
236
221
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
237
222
go.opentelemetry.io/otel/metric v1.24.0 // indirect
238
223
go.uber.org/atomic v1.11.0 // indirect
239
- go.uber.org/goleak v1.3.0 // indirect
240
224
go.uber.org/multierr v1.11.0 // indirect
241
225
golang.org/x/crypto v0.21.0 // indirect
242
226
golang.org/x/mod v0.16.0 // indirect
0 commit comments