Update cert tests and build chain to latest (#3681)
Signed-off-by: yaron2 <schneider.yaron@live.com>
This commit is contained in:
parent
cf42966101
commit
5ede374d0b
|
@ -1,6 +1,6 @@
|
|||
module github.com/dapr/components-contrib/build-tools
|
||||
|
||||
go 1.23.5
|
||||
go 1.23.6
|
||||
|
||||
require (
|
||||
github.com/dapr/components-contrib v0.0.0
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/dapr/components-contrib
|
||||
|
||||
go 1.23.5
|
||||
go 1.23.6
|
||||
|
||||
require (
|
||||
cloud.google.com/go/datastore v1.15.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/dapr/components-contrib/tests/certification
|
||||
|
||||
go 1.23.5
|
||||
go 1.23.6
|
||||
|
||||
require (
|
||||
cloud.google.com/go/pubsub v1.43.0
|
||||
|
@ -18,7 +18,7 @@ require (
|
|||
github.com/cloudwego/kitex v0.5.0
|
||||
github.com/cloudwego/kitex-examples v0.1.1
|
||||
github.com/dapr/components-contrib v1.15.0-rc.1.0.20241216170750-aca5116d95c9
|
||||
github.com/dapr/dapr v1.14.3-0.20240916190634-9bc98db80afa
|
||||
github.com/dapr/dapr v1.15.0-rc.18
|
||||
github.com/dapr/go-sdk v1.10.0-rc-1.0.20240507160435-33180dd89a46
|
||||
github.com/dapr/kit v0.13.1-0.20241127165251-30e2c24840b4
|
||||
github.com/eclipse/paho.mqtt.golang v1.4.3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/dapr/components-contrib/tests/e2e/pubsub/jetstream
|
||||
|
||||
go 1.23.5
|
||||
go 1.23.6
|
||||
|
||||
require (
|
||||
github.com/dapr/components-contrib v1.10.6-0.20230403162214-9ee9d56cb7ea
|
||||
|
|
Loading…
Reference in New Issue