dapr / go-sdk

Dapr SDK for go
Apache License 2.0
442 stars 170 forks source link

go-sdk 1.10.0 still depends on dapr 1.13.0-rc.7 #526

Closed paulyuk closed 5 months ago

paulyuk commented 5 months ago

When you go mod tidy with reference to v1.10.0 go-sdk, you see state dapr runtime dependency.

require (
    github.com/dapr/go-sdk v1.10.0
    github.com/gorilla/mux v1.8.1
)

require (
    github.com/dapr/dapr v1.13.0-rc.7 // indirect 

I think that's simply because this go.mod for the sdk needed to be bumped: https://github.com/dapr/go-sdk/blob/release-1.10/go.mod#L6

mikeee commented 5 months ago

Closed by #528