Skip to content

Commit 813f72f

Browse files
committed
Fixed go mod so that conformance test can run
Signed-off-by: Nemanja Malocic <[email protected]>
1 parent 20751eb commit 813f72f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/certification/go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ require (
1717
github.com/cenkalti/backoff/v4 v4.3.0
1818
github.com/cloudwego/kitex v0.5.0
1919
github.com/cloudwego/kitex-examples v0.1.1
20-
github.com/dapr/components-contrib v1.15.0-rc.1.0.2
21-
github.com/dapr/go-sdk v1.8.0
22-
github.com/dapr/kit v0.13.1-0.20241127165251-30e2c24840b4
20+
github.com/dapr/components-contrib v1.15.0
21+
github.com/dapr/dapr v1.15.3
22+
github.com/dapr/go-sdk v1.10.0-rc-1.0.20240507160435-33180dd89a46
23+
github.com/dapr/kit v0.15.1
2324
github.com/eclipse/paho.mqtt.golang v1.4.3
2425
github.com/go-chi/chi/v5 v5.0.12
2526
github.com/go-redis/redis/v8 v8.11.5

0 commit comments

Comments
 (0)