mirror of https://github.com/dapr/go-sdk.git
chore(deps): bump github.com/dapr/durabletask-go
Bumps [github.com/dapr/durabletask-go](https://github.com/dapr/durabletask-go) from 0.5.1-0.20250124181508-a1b42ae65aee to 0.6.1. - [Release notes](https://github.com/dapr/durabletask-go/releases) - [Changelog](https://github.com/dapr/durabletask-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/dapr/durabletask-go/commits/v0.6.1) --- updated-dependencies: - dependency-name: github.com/dapr/durabletask-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c81a381811
commit
0f310894b6
2
go.mod
2
go.mod
|
@ -4,7 +4,7 @@ go 1.23.5
|
|||
|
||||
require (
|
||||
github.com/dapr/dapr v1.15.0-rc.9
|
||||
github.com/dapr/durabletask-go v0.5.1-0.20250124181508-a1b42ae65aee
|
||||
github.com/dapr/durabletask-go v0.6.1
|
||||
github.com/go-chi/chi/v5 v5.1.0
|
||||
github.com/golang/mock v1.6.0
|
||||
github.com/google/uuid v1.6.0
|
||||
|
|
4
go.sum
4
go.sum
|
@ -2,8 +2,8 @@ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK3
|
|||
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
|
||||
github.com/dapr/dapr v1.15.0-rc.9 h1:70JmZiTimPGe5jDcwaUJJ0Mg2jE9P+5RwalGaISJN6I=
|
||||
github.com/dapr/dapr v1.15.0-rc.9/go.mod h1:AIX1bK+nEsIq3qWGXz3gVp/OLyUTyGBMLhSzvU9jook=
|
||||
github.com/dapr/durabletask-go v0.5.1-0.20250124181508-a1b42ae65aee h1:uRleodP/a0X360mVtSau97wygHtIdQY5DZ9oMe1s0DY=
|
||||
github.com/dapr/durabletask-go v0.5.1-0.20250124181508-a1b42ae65aee/go.mod h1:nTZ5fCbJLnZbVdi6Z2YxdDF1OgQZL3LroogGuetrwuA=
|
||||
github.com/dapr/durabletask-go v0.6.1 h1:JWpKCC4dwnQMWzU5ANWdu4H0O0W7/dValwH/dDEoxP4=
|
||||
github.com/dapr/durabletask-go v0.6.1/go.mod h1:nTZ5fCbJLnZbVdi6Z2YxdDF1OgQZL3LroogGuetrwuA=
|
||||
github.com/dapr/kit v0.13.1-0.20250129050741-c46009f360b0 h1:NDEXog+/PDZoHquVQKj495UIbfrtejH+R+NlHQoAc9U=
|
||||
github.com/dapr/kit v0.13.1-0.20250129050741-c46009f360b0/go.mod h1:HwFsBKEbcyLanWlDZE7u/jnaDCD/tU+n3pkFNUctQNw=
|
||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
|
|
Loading…
Reference in New Issue