1
1
module github.com/dapr/components-contrib/tests/certification
2
2
3
- go 1.23.0
4
-
5
- toolchain go1.23.1
3
+ go 1.23.1
6
4
7
5
require (
8
- cloud.google.com/go/pubsub v1.37 .0
6
+ cloud.google.com/go/pubsub v1.43 .0
9
7
dubbo.apache.org/dubbo-go/v3 v3.0.3-0.20230118042253-4f159a2b38f3
10
8
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2
11
9
github.com/IBM/sarama v1.43.3
@@ -19,10 +17,10 @@ require (
19
17
github.com/cenkalti/backoff/v4 v4.3.0
20
18
github.com/cloudwego/kitex v0.5.0
21
19
github.com/cloudwego/kitex-examples v0.1.1
22
- github.com/dapr/components-contrib v1.14.4
20
+ github.com/dapr/components-contrib v1.15.0-rc.1.0.20241216170750-aca5116d95c9
23
21
github.com/dapr/dapr v1.14.3-0.20240916190634-9bc98db80afa
24
22
github.com/dapr/go-sdk v1.10.0-rc-1.0.20240507160435-33180dd89a46
25
- github.com/dapr/kit v0.13.1-0.20240909215017-3823663aa4bb
23
+ github.com/dapr/kit v0.13.1-0.20241127165251-30e2c24840b4
26
24
github.com/eclipse/paho.mqtt.golang v1.4.3
27
25
github.com/go-chi/chi/v5 v5.0.12
28
26
github.com/go-redis/redis/v8 v8.11.5
@@ -39,17 +37,17 @@ require (
39
37
go.mongodb.org/mongo-driver v1.14.0
40
38
go.uber.org/multierr v1.11.0
41
39
go.uber.org/ratelimit v0.3.0
42
- k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
43
- modernc.org/sqlite v1.30.1
40
+ k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
41
+ modernc.org/sqlite v1.34.2
44
42
)
45
43
46
44
require (
47
- cloud.google.com/go v0.113.0 // indirect
48
- cloud.google.com/go/auth v0.4.1 // indirect
49
- cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
50
- cloud.google.com/go/compute/metadata v0.3 .0 // indirect
51
- cloud.google.com/go/datastore v1.15 .0 // indirect
52
- cloud.google.com/go/iam v1.1.7 // indirect
45
+ cloud.google.com/go v0.115.1 // indirect
46
+ cloud.google.com/go/auth v0.9.3 // indirect
47
+ cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
48
+ cloud.google.com/go/compute/metadata v0.5 .0 // indirect
49
+ cloud.google.com/go/datastore v1.19 .0 // indirect
50
+ cloud.google.com/go/iam v1.2.1 // indirect
53
51
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
54
52
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
55
53
github.com/99designs/keyring v1.2.1 // indirect
@@ -69,16 +67,18 @@ require (
69
67
github.com/Azure/go-amqp v1.0.5 // indirect
70
68
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
71
69
github.com/BurntSushi/toml v1.1.0 // indirect
70
+ github.com/Code-Hex/go-generics-cache v1.3.1 // indirect
72
71
github.com/DataDog/zstd v1.5.2 // indirect
73
72
github.com/OneOfOne/xxhash v1.2.8 // indirect
74
73
github.com/PuerkitoBio/purell v1.2.1 // indirect
75
74
github.com/RoaringBitmap/roaring v1.1.0 // indirect
76
75
github.com/Workiva/go-datastructures v1.0.53 // indirect
76
+ github.com/aavaz-ai/pii-scrubber v0.0.0-20220812094047-3fa450ab6973 // indirect
77
77
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 // indirect
78
78
github.com/agnivade/levenshtein v1.1.1 // indirect
79
79
github.com/alibaba/sentinel-golang v1.0.4 // indirect
80
80
github.com/alphadose/haxmap v1.4.0 // indirect
81
- github.com/andybalholm/brotli v1.0.6 // indirect
81
+ github.com/anshal21/go-worker v1.1.0 // indirect
82
82
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
83
83
github.com/apache/dubbo-getty v1.4.9-0.20220610060150-8af010f3f3dc // indirect
84
84
github.com/ardielle/ardielle-go v1.5.2 // indirect
@@ -103,11 +103,10 @@ require (
103
103
github.com/benbjohnson/clock v1.3.5 // indirect
104
104
github.com/beorn7/perks v1.0.1 // indirect
105
105
github.com/bits-and-blooms/bitset v1.4.0 // indirect
106
- github.com/boltdb/bolt v1.3.1 // indirect
107
106
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 // indirect
108
107
github.com/bufbuild/protocompile v0.6.0 // indirect
109
108
github.com/bytedance/gopkg v0.0.0-20240711085056-a03554c296f8 // indirect
110
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
109
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
111
110
github.com/chebyrash/promise v0.0.0-20230709133807-42ec49ba1459 // indirect
112
111
github.com/choleraehyq/pid v0.0.19 // indirect
113
112
github.com/cloudevents/sdk-go/binding/format/protobuf/v2 v2.14.0 // indirect
@@ -121,10 +120,12 @@ require (
121
120
github.com/creasty/defaults v1.5.2 // indirect
122
121
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
123
122
github.com/danieljoos/wincred v1.1.2 // indirect
123
+ github.com/dapr/durabletask-go v0.5.1-0.20241216172832-16da3e7c3530 // indirect
124
124
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
125
125
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
126
126
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
127
127
github.com/didip/tollbooth/v7 v7.0.1 // indirect
128
+ github.com/dlclark/regexp2 v1.10.0 // indirect
128
129
github.com/dubbogo/gost v1.13.1 // indirect
129
130
github.com/dubbogo/triple v1.1.8 // indirect
130
131
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -137,7 +138,7 @@ require (
137
138
github.com/fatih/color v1.17.0 // indirect
138
139
github.com/felixge/httpsnoop v1.0.4 // indirect
139
140
github.com/fsnotify/fsnotify v1.7.0 // indirect
140
- github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
141
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
141
142
github.com/go-chi/cors v1.2.1 // indirect
142
143
github.com/go-ini/ini v1.67.0 // indirect
143
144
github.com/go-kit/log v0.2.1 // indirect
@@ -167,19 +168,19 @@ require (
167
168
github.com/golang/mock v1.6.0 // indirect
168
169
github.com/golang/protobuf v1.5.4 // indirect
169
170
github.com/golang/snappy v0.0.4 // indirect
170
- github.com/google/cel-go v0.18.2 // indirect
171
+ github.com/google/cel-go v0.20.1 // indirect
171
172
github.com/google/gnostic-models v0.6.8 // indirect
172
173
github.com/google/gofuzz v1.2.0 // indirect
173
- github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd // indirect
174
- github.com/google/s2a-go v0.1.7 // indirect
175
- github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
176
- github.com/googleapis/gax-go/v2 v2.12.4 // indirect
174
+ github.com/google/pprof v0.0.0-20240525223248-4bfdf5a9a2af // indirect
175
+ github.com/google/s2a-go v0.1.8 // indirect
176
+ github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect
177
+ github.com/googleapis/gax-go/v2 v2.13.0 // indirect
177
178
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
178
179
github.com/gorilla/mux v1.8.1 // indirect
179
- github.com/gorilla/websocket v1.5.1 // indirect
180
+ github.com/gorilla/websocket v1.5.3 // indirect
180
181
github.com/grandcat/zeroconf v1.0.0 // indirect
181
182
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
182
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
183
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
183
184
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
184
185
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
185
186
github.com/hamba/avro/v2 v2.20.1 // indirect
@@ -188,15 +189,11 @@ require (
188
189
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
189
190
github.com/hashicorp/go-hclog v1.5.0 // indirect
190
191
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
191
- github.com/hashicorp/go-msgpack v0.5.5 // indirect
192
- github.com/hashicorp/go-msgpack/v2 v2.1.1 // indirect
193
192
github.com/hashicorp/go-multierror v1.1.1 // indirect
194
193
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
195
194
github.com/hashicorp/go-uuid v1.0.3 // indirect
196
195
github.com/hashicorp/golang-lru v1.0.2 // indirect
197
196
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
198
- github.com/hashicorp/raft v1.4.0 // indirect
199
- github.com/hashicorp/raft-boltdb v0.0.0-20230125174641-2a8082862702 // indirect
200
197
github.com/hashicorp/serf v0.10.1 // indirect
201
198
github.com/imdario/mergo v0.3.16 // indirect
202
199
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa // indirect
@@ -214,7 +211,7 @@ require (
214
211
github.com/josharian/intern v1.0.0 // indirect
215
212
github.com/json-iterator/go v1.1.12 // indirect
216
213
github.com/k0kubun/pp v3.0.1+incompatible // indirect
217
- github.com/klauspost/compress v1.17.9 // indirect
214
+ github.com/klauspost/compress v1.17.10 // indirect
218
215
github.com/knadh/koanf v1.4.1 // indirect
219
216
github.com/kylelemons/godebug v1.1.0 // indirect
220
217
github.com/leodido/go-urn v1.2.1 // indirect
@@ -231,10 +228,8 @@ require (
231
228
github.com/matoous/go-nanoid/v2 v2.0.0 // indirect
232
229
github.com/mattn/go-colorable v0.1.13 // indirect
233
230
github.com/mattn/go-isatty v0.0.20 // indirect
234
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
235
- github.com/microsoft/durabletask-go v0.5.0 // indirect
236
231
github.com/microsoft/go-mssqldb v1.6.0 // indirect
237
- github.com/miekg/dns v1.1.50 // indirect
232
+ github.com/miekg/dns v1.1.57 // indirect
238
233
github.com/mitchellh/copystructure v1.2.0 // indirect
239
234
github.com/mitchellh/go-homedir v1.1.0 // indirect
240
235
github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect
@@ -247,7 +242,7 @@ require (
247
242
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
248
243
github.com/natefinch/lumberjack v2.0.0+incompatible // indirect
249
244
github.com/ncruces/go-strftime v0.1.9 // indirect
250
- github.com/open-policy-agent/opa v0.55 .0 // indirect
245
+ github.com/open-policy-agent/opa v0.68 .0 // indirect
251
246
github.com/opentracing/opentracing-go v1.2.0 // indirect
252
247
github.com/openzipkin/zipkin-go v0.4.2 // indirect
253
248
github.com/panjf2000/ants/v2 v2.8.1 // indirect
@@ -256,12 +251,13 @@ require (
256
251
github.com/pierrec/lz4/v4 v4.1.21 // indirect
257
252
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
258
253
github.com/pkg/errors v0.9.1 // indirect
254
+ github.com/pkoukk/tiktoken-go v0.1.6 // indirect
259
255
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
260
256
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
261
- github.com/prometheus/client_golang v1.18.0 // indirect
262
- github.com/prometheus/client_model v0.5.0 // indirect
263
- github.com/prometheus/common v0.45.0 // indirect
264
- github.com/prometheus/procfs v0.12.0 // indirect
257
+ github.com/prometheus/client_golang v1.20.4 // indirect
258
+ github.com/prometheus/client_model v0.6.1 // indirect
259
+ github.com/prometheus/common v0.59.1 // indirect
260
+ github.com/prometheus/procfs v0.15.1 // indirect
265
261
github.com/prometheus/statsd_exporter v0.22.7 // indirect
266
262
github.com/puzpuzpuz/xsync/v3 v3.0.0 // indirect
267
263
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
@@ -278,7 +274,6 @@ require (
278
274
github.com/spaolacci/murmur3 v1.1.0 // indirect
279
275
github.com/spf13/cast v1.6.0 // indirect
280
276
github.com/spf13/pflag v1.0.5 // indirect
281
- github.com/spf13/viper v1.15.0 // indirect
282
277
github.com/spiffe/go-spiffe/v2 v2.1.7 // indirect
283
278
github.com/stoewer/go-strcase v1.2.0 // indirect
284
279
github.com/stretchr/objx v0.5.2 // indirect
@@ -289,9 +284,9 @@ require (
289
284
github.com/tidwall/transform v0.0.0-20201103190739-32f242e2dbde // indirect
290
285
github.com/tklauser/go-sysconf v0.3.12 // indirect
291
286
github.com/tklauser/numcpus v0.6.1 // indirect
292
- github.com/valyala/bytebufferpool v1.0.0 // indirect
293
- github.com/valyala/fasthttp v1.51.0 // indirect
287
+ github.com/tmc/langchaingo v0.1.12 // indirect
294
288
github.com/vmware/vmware-go-kcl v1.5.1 // indirect
289
+ github.com/x448/float16 v0.8.4 // indirect
295
290
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
296
291
github.com/xdg-go/scram v1.1.2 // indirect
297
292
github.com/xdg-go/stringprep v1.0.4 // indirect
@@ -302,62 +297,62 @@ require (
302
297
github.com/yusufpapurcu/wmi v1.2.3 // indirect
303
298
github.com/zeebo/errs v1.3.0 // indirect
304
299
go.opencensus.io v0.24.0 // indirect
305
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51 .0 // indirect
306
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51 .0 // indirect
307
- go.opentelemetry.io/otel v1.27 .0 // indirect
308
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26 .0 // indirect
309
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26 .0 // indirect
300
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55 .0 // indirect
301
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
302
+ go.opentelemetry.io/otel v1.32 .0 // indirect
303
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30 .0 // indirect
304
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30 .0 // indirect
310
305
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0 // indirect
311
306
go.opentelemetry.io/otel/exporters/zipkin v1.26.0 // indirect
312
- go.opentelemetry.io/otel/metric v1.27 .0 // indirect
313
- go.opentelemetry.io/otel/sdk v1.26 .0 // indirect
314
- go.opentelemetry.io/otel/trace v1.27 .0 // indirect
315
- go.opentelemetry.io/proto/otlp v1.2.0 // indirect
307
+ go.opentelemetry.io/otel/metric v1.32 .0 // indirect
308
+ go.opentelemetry.io/otel/sdk v1.30 .0 // indirect
309
+ go.opentelemetry.io/otel/trace v1.32 .0 // indirect
310
+ go.opentelemetry.io/proto/otlp v1.3.1 // indirect
316
311
go.uber.org/atomic v1.10.0 // indirect
317
312
go.uber.org/zap v1.27.0 // indirect
318
313
golang.org/x/arch v0.10.0 // indirect
319
- golang.org/x/crypto v0.26 .0 // indirect
320
- golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
321
- golang.org/x/mod v0.18 .0 // indirect
322
- golang.org/x/net v0.28 .0 // indirect
323
- golang.org/x/oauth2 v0.20 .0 // indirect
324
- golang.org/x/sync v0.8 .0 // indirect
325
- golang.org/x/sys v0.23 .0 // indirect
326
- golang.org/x/term v0.23 .0 // indirect
327
- golang.org/x/text v0.17 .0 // indirect
328
- golang.org/x/time v0.5 .0 // indirect
329
- golang.org/x/tools v0.22 .0 // indirect
314
+ golang.org/x/crypto v0.31 .0 // indirect
315
+ golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
316
+ golang.org/x/mod v0.22 .0 // indirect
317
+ golang.org/x/net v0.32 .0 // indirect
318
+ golang.org/x/oauth2 v0.23 .0 // indirect
319
+ golang.org/x/sync v0.10 .0 // indirect
320
+ golang.org/x/sys v0.28 .0 // indirect
321
+ golang.org/x/term v0.27 .0 // indirect
322
+ golang.org/x/text v0.21 .0 // indirect
323
+ golang.org/x/time v0.6 .0 // indirect
324
+ golang.org/x/tools v0.28 .0 // indirect
330
325
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
331
- google.golang.org/api v0.180 .0 // indirect
332
- google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
333
- google.golang.org/genproto/googleapis/api v0.0.0-20240624140628-dc46fd24d27d // indirect
334
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d // indirect
335
- google.golang.org/grpc v1.64 .1 // indirect
336
- google.golang.org/protobuf v1.34 .2 // indirect
326
+ google.golang.org/api v0.196 .0 // indirect
327
+ google.golang.org/genproto v0.0.0-20240924160255-9d4c2d233b61 // indirect
328
+ google.golang.org/genproto/googleapis/api v0.0.0-20240924160255-9d4c2d233b61 // indirect
329
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
330
+ google.golang.org/grpc v1.68 .1 // indirect
331
+ google.golang.org/protobuf v1.35 .2 // indirect
337
332
gopkg.in/inf.v0 v0.9.1 // indirect
338
333
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
339
334
gopkg.in/yaml.v2 v2.4.0 // indirect
340
335
gopkg.in/yaml.v3 v3.0.1 // indirect
341
- k8s.io/api v0.30.2 // indirect
342
- k8s.io/apiextensions-apiserver v0.30.2 // indirect
343
- k8s.io/apimachinery v0.30.2 // indirect
344
- k8s.io/client-go v0.30.2 // indirect
345
- k8s.io/klog/v2 v2.120 .1 // indirect
336
+ k8s.io/api v0.31.0 // indirect
337
+ k8s.io/apiextensions-apiserver v0.31.0 // indirect
338
+ k8s.io/apimachinery v0.31.1 // indirect
339
+ k8s.io/client-go v0.31.0 // indirect
340
+ k8s.io/klog/v2 v2.130 .1 // indirect
346
341
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
347
- modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b // indirect
348
- modernc.org/libc v1.53.4 // indirect
342
+ modernc.org/gc/v3 v3.0.0-20241004144649-1aea3fae8852 // indirect
343
+ modernc.org/libc v1.61.3 // indirect
349
344
modernc.org/mathutil v1.6.0 // indirect
350
345
modernc.org/memory v1.8.0 // indirect
351
346
modernc.org/strutil v1.2.0 // indirect
352
347
modernc.org/token v1.1.0 // indirect
353
- sigs.k8s.io/controller-runtime v0.18.4 // indirect
348
+ sigs.k8s.io/controller-runtime v0.19.0 // indirect
354
349
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
355
350
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
356
351
sigs.k8s.io/yaml v1.4.0 // indirect
357
352
)
358
353
359
354
replace github.com/dapr/components-contrib => ../../
360
355
361
- replace github.com/dapr/dapr => github.com/dapr/dapr v1.14.3-0.20240917201417-9e106910b860
356
+ replace github.com/dapr/dapr => github.com/dapr/dapr v1.15.0-rc.3.0.20250107220753-e073759df4c1
362
357
363
- replace github.com/dapr/kit => github.com/dapr/kit v0.13.1-0.20240909215017-3823663aa4bb
358
+ replace github.com/dapr/kit => github.com/dapr/kit v0.13.1-0.20241127165251-30e2c24840b4
0 commit comments