Skip to content

Commit

Permalink
Bump github.com/dapr/dapr from 1.14.0-rc.5 to 1.14.2-rc.2
Browse files Browse the repository at this point in the history
Bumps [github.com/dapr/dapr](https://github.com/dapr/dapr) from 1.14.0-rc.5 to 1.14.2-rc.2.
- [Release notes](https://github.com/dapr/dapr/releases)
- [Commits](dapr/dapr@v1.14.0-rc.5...v1.14.2-rc.2)

---
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]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 9bc7d82 commit 728b2ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module github.com/dapr/go-sdk

go 1.22.5

require (
github.com/dapr/dapr v1.14.0-rc.5
github.com/dapr/dapr v1.14.2-rc.2
github.com/go-chi/chi/v5 v5.1.0
github.com/golang/mock v1.6.0
github.com/google/uuid v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/dapr/dapr v1.14.0-rc.5 h1:oTZPcT5fwda6bCMxrfenem6tOyeqW1nastxTwWInBCY=
github.com/dapr/dapr v1.14.0-rc.5/go.mod h1:IQWNthXF/I+qqlW4I0T+F4hCu74eKon4vjhpNvoBl8A=
github.com/dapr/dapr v1.14.2-rc.2 h1:ZVxa/K0cAziULw4ixonC32Lz6i5zgPe1UCqL86a2FnM=
github.com/dapr/dapr v1.14.2-rc.2/go.mod h1:gcSd9/xDjAEQEOEm6a1P6lCfzynSrxDoltnh8zpg1l8=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw=
Expand Down

0 comments on commit 728b2ba

Please sign in to comment.