feature: add context to lock&pubsub API
Signed-off-by: seachen <seachen@tencent.com>
This commit is contained in:
parent
e59dfd63c0
commit
49ee0616be
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
go.mod
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 => ../../
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 => ../../../../
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue