File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module github.com/dapr/go-sdk
33go 1.24.13
44
55require (
6- github.com/dapr/dapr v1.17.0-rc.1.0.20260223152404-af1d144142f5
6+ github.com/dapr/dapr v1.17.0
77 github.com/dapr/durabletask-go v0.11.0
8- github.com/dapr/kit v0.16.2-0.20251124175541-3ac186dff64d
8+ github.com/dapr/kit v0.17.0
99 github.com/go-chi/chi/v5 v5.2.2
1010 github.com/golang/mock v1.6.0
1111 github.com/google/uuid v1.6.0
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK3
22github.com/cenkalti/backoff/v4 v4.3.0 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
33github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
44github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
5- github.com/dapr/dapr v1.17.0-rc.1.0.20260223152404-af1d144142f5 h1:d/z3Bh9DMcLtYOOr1p5o6Oa7AE0b1GcOU1tLnKCjvCw =
6- github.com/dapr/dapr v1.17.0-rc.1.0.20260223152404-af1d144142f5 /go.mod h1:KTD0a/taC0hhhYkVeb8faUgXOwqh12x3FOYyBG8EW2Q =
5+ github.com/dapr/dapr v1.17.0 h1:GI9uU7yZVTBkzGRJl4cA/LJObEcV0+SJJJ46Dtueayo =
6+ github.com/dapr/dapr v1.17.0 /go.mod h1:r9fVhTqfzsZfeUNZ3JHJ1x3oieOeGPkoypmFWBM+d78 =
77github.com/dapr/durabletask-go v0.11.0 h1:e9Ns/3a2b6JDKGuvksvx6gCHn7rd+nwZZyAXbg5Ley4 =
88github.com/dapr/durabletask-go v0.11.0 /go.mod h1:0Ts4rXp74JyG19gDWPcwNo5V6NBZzhARzHF5XynmA7Q =
9- github.com/dapr/kit v0.16.2-0.20251124175541-3ac186dff64d h1:csljij9d1IO6u9nqbg+TuSRmTZ+OXT8G49yh6zie1yI =
10- github.com/dapr/kit v0.16.2-0.20251124175541-3ac186dff64d /go.mod h1:40ZWs5P6xfYf7O59XgwqZkIyDldTIXlhTQhGop8QoSM =
9+ github.com/dapr/kit v0.17.0 h1:WCltVyKRMwk+3pbBs/3Qe5on4BZUnhy6tKgLObB2nMs =
10+ github.com/dapr/kit v0.17.0 /go.mod h1:40ZWs5P6xfYf7O59XgwqZkIyDldTIXlhTQhGop8QoSM =
1111github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
1212github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1313github.com/go-chi/chi/v5 v5.2.2 h1:CMwsvRVTbXVytCk1Wd72Zy1LAsAh9GxMmSNWLHCG618 =
You can’t perform that action at this time.
0 commit comments