Skip to content

Commit f22ceb2

Browse files
chore(deps): bump github.com/dapr/dapr from 1.15.0-rc.9 to 1.15.0-rc.10
Bumps [github.com/dapr/dapr](https://github.com/dapr/dapr) from 1.15.0-rc.9 to 1.15.0-rc.10. - [Release notes](https://github.com/dapr/dapr/releases) - [Changelog](https://github.com/dapr/dapr/blob/master/RELEASE.md) - [Commits](dapr/dapr@v1.15.0-rc.9...v1.15.0-rc.10) --- updated-dependencies: - dependency-name: github.com/dapr/dapr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c81a381 commit f22ceb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/dapr/go-sdk
33
go 1.23.5
44

55
require (
6-
github.com/dapr/dapr v1.15.0-rc.9
6+
github.com/dapr/dapr v1.15.0-rc.10
77
github.com/dapr/durabletask-go v0.5.1-0.20250124181508-a1b42ae65aee
88
github.com/go-chi/chi/v5 v5.1.0
99
github.com/golang/mock v1.6.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
22
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
3-
github.com/dapr/dapr v1.15.0-rc.9 h1:70JmZiTimPGe5jDcwaUJJ0Mg2jE9P+5RwalGaISJN6I=
4-
github.com/dapr/dapr v1.15.0-rc.9/go.mod h1:AIX1bK+nEsIq3qWGXz3gVp/OLyUTyGBMLhSzvU9jook=
3+
github.com/dapr/dapr v1.15.0-rc.10 h1:PF4rTFK2gxWeUE5/rrnWvxxSW5uLNTDgO3q3czGIzhk=
4+
github.com/dapr/dapr v1.15.0-rc.10/go.mod h1:AIX1bK+nEsIq3qWGXz3gVp/OLyUTyGBMLhSzvU9jook=
55
github.com/dapr/durabletask-go v0.5.1-0.20250124181508-a1b42ae65aee h1:uRleodP/a0X360mVtSau97wygHtIdQY5DZ9oMe1s0DY=
66
github.com/dapr/durabletask-go v0.5.1-0.20250124181508-a1b42ae65aee/go.mod h1:nTZ5fCbJLnZbVdi6Z2YxdDF1OgQZL3LroogGuetrwuA=
77
github.com/dapr/kit v0.13.1-0.20250129050741-c46009f360b0 h1:NDEXog+/PDZoHquVQKj495UIbfrtejH+R+NlHQoAc9U=

0 commit comments

Comments
 (0)