Skip to content

Commit f4c8941

Browse files
Bump github.com/dapr/dapr from 1.14.0-rc.5 to 1.14.0-rc.12
Bumps [github.com/dapr/dapr](https://github.com/dapr/dapr) from 1.14.0-rc.5 to 1.14.0-rc.12. - [Release notes](https://github.com/dapr/dapr/releases) - [Commits](dapr/dapr@v1.14.0-rc.5...v1.14.0-rc.12) --- 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 9bc7d82 commit f4c8941

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
module github.com/dapr/go-sdk
22

33
go 1.22.5
4-
54
require (
6-
github.com/dapr/dapr v1.14.0-rc.5
5+
github.com/dapr/dapr v1.14.0-rc.12
76
github.com/go-chi/chi/v5 v5.1.0
87
github.com/golang/mock v1.6.0
98
github.com/google/uuid v1.6.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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=
33
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
4-
github.com/dapr/dapr v1.14.0-rc.5 h1:oTZPcT5fwda6bCMxrfenem6tOyeqW1nastxTwWInBCY=
5-
github.com/dapr/dapr v1.14.0-rc.5/go.mod h1:IQWNthXF/I+qqlW4I0T+F4hCu74eKon4vjhpNvoBl8A=
4+
github.com/dapr/dapr v1.14.0-rc.12 h1:xaZNvQeVLKE6PnEpkjKz846sbL3bKMJ7eUMTZo21tSw=
5+
github.com/dapr/dapr v1.14.0-rc.12/go.mod h1:oDNgaPHQIDZ3G4n4g89TElXWgkluYwcar41DI/oF4gw=
66
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
77
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
88
github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw=

0 commit comments

Comments
 (0)