diff --git a/.build-tools/go.mod b/.build-tools/go.mod index 7f1d794d4..1114b9756 100644 --- a/.build-tools/go.mod +++ b/.build-tools/go.mod @@ -18,4 +18,4 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect ) -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/.github/infrastructure/conformance/temporal/worker/go.mod b/.github/infrastructure/conformance/temporal/worker/go.mod index 1222d4756..6308291f9 100644 --- a/.github/infrastructure/conformance/temporal/worker/go.mod +++ b/.github/infrastructure/conformance/temporal/worker/go.mod @@ -34,4 +34,4 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/go.mod b/go.mod index da7ab44ff..f6b58c8b5 100644 --- a/go.mod +++ b/go.mod @@ -376,4 +376,4 @@ replace github.com/toolkits/concurrent => github.com/niean/gotools v0.0.0-201512 // this is a fork which addresses a performance issues due to go routines replace dubbo.apache.org/dubbo-go/v3 => dubbo.apache.org/dubbo-go/v3 v3.0.3-0.20220610080020-48691a404537 -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221214124410-5e82abca48ab diff --git a/middleware/http/wasm/example/go.mod b/middleware/http/wasm/example/go.mod index c22c7542d..8bcc744e4 100644 --- a/middleware/http/wasm/example/go.mod +++ b/middleware/http/wasm/example/go.mod @@ -2,6 +2,6 @@ module github.com/dapr/components-contrib/middleware/wasm/example go 1.19 -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca require github.com/http-wasm/http-wasm-guest-tinygo v0.1.0 diff --git a/middleware/http/wasm/internal/e2e-guests/go.mod b/middleware/http/wasm/internal/e2e-guests/go.mod index 7e16560ed..a9ed60727 100644 --- a/middleware/http/wasm/internal/e2e-guests/go.mod +++ b/middleware/http/wasm/internal/e2e-guests/go.mod @@ -2,6 +2,6 @@ module github.com/dapr/components-contrib/middleware/wasm/internal go 1.19 -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca require github.com/http-wasm/http-wasm-guest-tinygo v0.1.0 diff --git a/tests/certification/bindings/alicloud/dubbo/go.mod b/tests/certification/bindings/alicloud/dubbo/go.mod index be67ec964..f978f6c9d 100644 --- a/tests/certification/bindings/alicloud/dubbo/go.mod +++ b/tests/certification/bindings/alicloud/dubbo/go.mod @@ -176,4 +176,4 @@ replace github.com/dapr/components-contrib => ../../../../.. replace github.com/dapr/components-contrib/tests/certification => ../../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/bindings/alicloud/nacos/go.mod b/tests/certification/bindings/alicloud/nacos/go.mod index c89ee8af5..184177a77 100644 --- a/tests/certification/bindings/alicloud/nacos/go.mod +++ b/tests/certification/bindings/alicloud/nacos/go.mod @@ -147,4 +147,4 @@ replace github.com/dapr/components-contrib => ../../../../.. replace github.com/dapr/components-contrib/tests/certification => ../../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/bindings/azure/blobstorage/go.mod b/tests/certification/bindings/azure/blobstorage/go.mod index 255c60d4f..d1b65f432 100644 --- a/tests/certification/bindings/azure/blobstorage/go.mod +++ b/tests/certification/bindings/azure/blobstorage/go.mod @@ -163,4 +163,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../../ replace github.com/dapr/components-contrib => ../../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/bindings/azure/cosmosdb/go.mod b/tests/certification/bindings/azure/cosmosdb/go.mod index 1bd1eabef..5526bbd89 100644 --- a/tests/certification/bindings/azure/cosmosdb/go.mod +++ b/tests/certification/bindings/azure/cosmosdb/go.mod @@ -165,4 +165,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../../ replace github.com/dapr/components-contrib => ../../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/bindings/azure/eventhubs/go.mod b/tests/certification/bindings/azure/eventhubs/go.mod index 9e6403276..4eab4980a 100644 --- a/tests/certification/bindings/azure/eventhubs/go.mod +++ b/tests/certification/bindings/azure/eventhubs/go.mod @@ -172,4 +172,4 @@ replace github.com/dapr/components-contrib => ../../../../.. replace github.com/dapr/components-contrib/tests/certification => ../../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/bindings/azure/servicebusqueues/go.mod b/tests/certification/bindings/azure/servicebusqueues/go.mod index d862349d9..efd65206b 100644 --- a/tests/certification/bindings/azure/servicebusqueues/go.mod +++ b/tests/certification/bindings/azure/servicebusqueues/go.mod @@ -169,4 +169,4 @@ replace github.com/dapr/components-contrib => ../../../../.. replace github.com/dapr/components-contrib/tests/certification => ../../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/bindings/azure/storagequeues/go.mod b/tests/certification/bindings/azure/storagequeues/go.mod index 6c9493ed6..8b7ec722f 100644 --- a/tests/certification/bindings/azure/storagequeues/go.mod +++ b/tests/certification/bindings/azure/storagequeues/go.mod @@ -165,4 +165,4 @@ replace github.com/dapr/components-contrib => ../../../../.. replace github.com/dapr/components-contrib/tests/certification => ../../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/bindings/cron/go.mod b/tests/certification/bindings/cron/go.mod index f599457b1..e6d9e53b8 100644 --- a/tests/certification/bindings/cron/go.mod +++ b/tests/certification/bindings/cron/go.mod @@ -140,7 +140,7 @@ require ( sigs.k8s.io/yaml v1.3.0 // indirect ) -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca replace github.com/dapr/components-contrib/tests/certification => ../../ diff --git a/tests/certification/bindings/kafka/go.mod b/tests/certification/bindings/kafka/go.mod index a2b5a88f4..5faba4b60 100644 --- a/tests/certification/bindings/kafka/go.mod +++ b/tests/certification/bindings/kafka/go.mod @@ -159,4 +159,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/bindings/localstorage/go.mod b/tests/certification/bindings/localstorage/go.mod index 0ab788b1e..a4b3e4ac1 100644 --- a/tests/certification/bindings/localstorage/go.mod +++ b/tests/certification/bindings/localstorage/go.mod @@ -140,4 +140,4 @@ replace github.com/dapr/components-contrib => ../../../.. replace github.com/dapr/components-contrib/tests/certification => ../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/bindings/postgres/go.mod b/tests/certification/bindings/postgres/go.mod index ddea90a9a..62d15137b 100644 --- a/tests/certification/bindings/postgres/go.mod +++ b/tests/certification/bindings/postgres/go.mod @@ -146,4 +146,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/bindings/rabbitmq/go.mod b/tests/certification/bindings/rabbitmq/go.mod index cbd91c2dc..fe2724cac 100644 --- a/tests/certification/bindings/rabbitmq/go.mod +++ b/tests/certification/bindings/rabbitmq/go.mod @@ -143,4 +143,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/bindings/redis/go.mod b/tests/certification/bindings/redis/go.mod index 0b120e8af..103ad451a 100644 --- a/tests/certification/bindings/redis/go.mod +++ b/tests/certification/bindings/redis/go.mod @@ -142,4 +142,4 @@ replace github.com/dapr/components-contrib => ../../../.. replace github.com/dapr/components-contrib/tests/certification => ../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/go.mod b/tests/certification/go.mod index b30c6c40c..82aef4c69 100644 --- a/tests/certification/go.mod +++ b/tests/certification/go.mod @@ -142,4 +142,4 @@ require ( replace github.com/dapr/components-contrib => ../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/pubsub/azure/eventhubs/go.mod b/tests/certification/pubsub/azure/eventhubs/go.mod index dc2d19bfe..f36a81b4a 100644 --- a/tests/certification/pubsub/azure/eventhubs/go.mod +++ b/tests/certification/pubsub/azure/eventhubs/go.mod @@ -171,4 +171,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../../ replace github.com/dapr/components-contrib => ../../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/pubsub/azure/servicebus/topics/go.mod b/tests/certification/pubsub/azure/servicebus/topics/go.mod index 6aae65c65..5f06c5288 100644 --- a/tests/certification/pubsub/azure/servicebus/topics/go.mod +++ b/tests/certification/pubsub/azure/servicebus/topics/go.mod @@ -169,4 +169,4 @@ replace github.com/dapr/components-contrib => ../../../../../.. replace github.com/dapr/components-contrib/tests/certification => ../../../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/pubsub/kafka/go.mod b/tests/certification/pubsub/kafka/go.mod index b7fc3d46e..63f7db854 100644 --- a/tests/certification/pubsub/kafka/go.mod +++ b/tests/certification/pubsub/kafka/go.mod @@ -159,4 +159,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/pubsub/mqtt/go.mod b/tests/certification/pubsub/mqtt/go.mod index c930ba08f..85832e238 100644 --- a/tests/certification/pubsub/mqtt/go.mod +++ b/tests/certification/pubsub/mqtt/go.mod @@ -146,4 +146,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/pubsub/rabbitmq/go.mod b/tests/certification/pubsub/rabbitmq/go.mod index c0e55a497..1fe41c6f1 100644 --- a/tests/certification/pubsub/rabbitmq/go.mod +++ b/tests/certification/pubsub/rabbitmq/go.mod @@ -143,4 +143,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/secretstores/azure/keyvault/go.mod b/tests/certification/secretstores/azure/keyvault/go.mod index 5e3cbc866..e363cb15e 100644 --- a/tests/certification/secretstores/azure/keyvault/go.mod +++ b/tests/certification/secretstores/azure/keyvault/go.mod @@ -164,4 +164,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../../ replace github.com/dapr/components-contrib => ../../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/secretstores/hashicorp/vault/go.mod b/tests/certification/secretstores/hashicorp/vault/go.mod index 4018e0bcb..4c64d7942 100644 --- a/tests/certification/secretstores/hashicorp/vault/go.mod +++ b/tests/certification/secretstores/hashicorp/vault/go.mod @@ -140,4 +140,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../../ replace github.com/dapr/components-contrib => ../../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/secretstores/local/env/go.mod b/tests/certification/secretstores/local/env/go.mod index b461bd73f..0ad7754d9 100644 --- a/tests/certification/secretstores/local/env/go.mod +++ b/tests/certification/secretstores/local/env/go.mod @@ -139,4 +139,4 @@ replace github.com/dapr/components-contrib => ../../../../.. replace github.com/dapr/components-contrib/tests/certification => ../../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/secretstores/local/file/go.mod b/tests/certification/secretstores/local/file/go.mod index 2c7906dd9..e1ce859a8 100644 --- a/tests/certification/secretstores/local/file/go.mod +++ b/tests/certification/secretstores/local/file/go.mod @@ -139,4 +139,4 @@ replace github.com/dapr/components-contrib => ../../../../.. replace github.com/dapr/components-contrib/tests/certification => ../../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/state/azure/blobstorage/go.mod b/tests/certification/state/azure/blobstorage/go.mod index 826e24698..7be590b2f 100644 --- a/tests/certification/state/azure/blobstorage/go.mod +++ b/tests/certification/state/azure/blobstorage/go.mod @@ -163,4 +163,4 @@ replace github.com/dapr/components-contrib => ../../../../.. replace github.com/dapr/components-contrib/tests/certification => ../../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/state/azure/cosmosdb/go.mod b/tests/certification/state/azure/cosmosdb/go.mod index b03717bd9..ec8317fc9 100644 --- a/tests/certification/state/azure/cosmosdb/go.mod +++ b/tests/certification/state/azure/cosmosdb/go.mod @@ -164,4 +164,4 @@ replace github.com/dapr/components-contrib => ../../../../.. replace github.com/dapr/components-contrib/tests/certification => ../../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/state/azure/tablestorage/go.mod b/tests/certification/state/azure/tablestorage/go.mod index 251422193..dd3bce719 100644 --- a/tests/certification/state/azure/tablestorage/go.mod +++ b/tests/certification/state/azure/tablestorage/go.mod @@ -163,4 +163,4 @@ replace github.com/dapr/components-contrib => ../../../../.. replace github.com/dapr/components-contrib/tests/certification => ../../.. -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/state/cassandra/go.mod b/tests/certification/state/cassandra/go.mod index 32c77cc5e..8becee816 100644 --- a/tests/certification/state/cassandra/go.mod +++ b/tests/certification/state/cassandra/go.mod @@ -143,4 +143,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/state/cockroachdb/go.mod b/tests/certification/state/cockroachdb/go.mod index f7aa19632..b5f8db890 100644 --- a/tests/certification/state/cockroachdb/go.mod +++ b/tests/certification/state/cockroachdb/go.mod @@ -145,4 +145,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/state/memcached/go.mod b/tests/certification/state/memcached/go.mod index a3b2bc20d..1cb8bf4cd 100644 --- a/tests/certification/state/memcached/go.mod +++ b/tests/certification/state/memcached/go.mod @@ -141,4 +141,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/state/mongodb/go.mod b/tests/certification/state/mongodb/go.mod index 52e313bc7..bb12f9d4c 100644 --- a/tests/certification/state/mongodb/go.mod +++ b/tests/certification/state/mongodb/go.mod @@ -148,4 +148,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/state/mysql/go.mod b/tests/certification/state/mysql/go.mod index 7e341a406..3f413b6d5 100644 --- a/tests/certification/state/mysql/go.mod +++ b/tests/certification/state/mysql/go.mod @@ -138,6 +138,6 @@ require ( replace github.com/dapr/components-contrib/tests/certification => ../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca replace github.com/dapr/components-contrib => ../../../../ diff --git a/tests/certification/state/postgresql/go.mod b/tests/certification/state/postgresql/go.mod index 4fe4bb4bb..f74e58ef8 100644 --- a/tests/certification/state/postgresql/go.mod +++ b/tests/certification/state/postgresql/go.mod @@ -143,4 +143,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/state/redis/go.mod b/tests/certification/state/redis/go.mod index c17024233..84fb01c57 100644 --- a/tests/certification/state/redis/go.mod +++ b/tests/certification/state/redis/go.mod @@ -143,4 +143,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/certification/state/sqlserver/go.mod b/tests/certification/state/sqlserver/go.mod index 143985292..61a909ab2 100644 --- a/tests/certification/state/sqlserver/go.mod +++ b/tests/certification/state/sqlserver/go.mod @@ -144,4 +144,4 @@ replace github.com/dapr/components-contrib/tests/certification => ../../ replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca diff --git a/tests/e2e/pubsub/jetstream/go.mod b/tests/e2e/pubsub/jetstream/go.mod index 65f197a7b..8e0bc6d0a 100644 --- a/tests/e2e/pubsub/jetstream/go.mod +++ b/tests/e2e/pubsub/jetstream/go.mod @@ -22,4 +22,4 @@ require ( replace github.com/dapr/components-contrib => ../../../../ -replace github.com/dapr/dapr => github.com/1046102779/dapr v0.0.0-20221208082204-c47f9f07131e +replace github.com/dapr/dapr => github.com/1046102779/dapr 5e82abca