Skip to content

Commit 9642b71

Browse files
dependabot[bot]mikeee
authored andcommitted
Bump github.com/dapr/dapr from 1.13.0-rc.7 to 1.13.0-rc.8 (dapr#519)
Bumps [github.com/dapr/dapr](https://github.com/dapr/dapr) from 1.13.0-rc.7 to 1.13.0-rc.8. - [Release notes](https://github.com/dapr/dapr/releases) - [Commits](dapr/dapr@v1.13.0-rc.7...v1.13.0-rc.8) --- updated-dependencies: - dependency-name: github.com/dapr/dapr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: mikeee <hey@mike.ee>
1 parent aaf21f2 commit 9642b71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
toolchain go1.21.6
66

77
require (
8-
github.com/dapr/dapr v1.13.0-rc.7
8+
github.com/dapr/dapr v1.13.0-rc.8
99
github.com/go-chi/chi/v5 v5.0.12
1010
github.com/golang/mock v1.6.0
1111
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
22
github.com/cenkalti/backoff/v4 v4.2.1/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.13.0-rc.7 h1:Z3r+eCPlWK6reJcfNuSL5Gu2+V81qyOIBgvY6EV8ZP4=
5-
github.com/dapr/dapr v1.13.0-rc.7/go.mod h1:NHMC48qz9yEwIRDT1apo3GO+2SVoz5Ae7ejtg2B48RM=
4+
github.com/dapr/dapr v1.13.0-rc.8 h1:/7GScKdJcflxJOjVAoQ185RTHY7MA8yU81Dhm4B+NEg=
5+
github.com/dapr/dapr v1.13.0-rc.8/go.mod h1:47I24NFMHOmlqCPSsBc0QNHZdZhb1n2NcHLzh9sy/C4=
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.0.12 h1:9euLV5sTrTNTRUU9POmDUvfxyj6LAABLUcEWO+JJb4s=

0 commit comments

Comments
 (0)