-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/dapr/dapr from 1.15.0-rc.1 to 1.15.0-rc.5
Bumps [github.com/dapr/dapr](https://github.com/dapr/dapr) from 1.15.0-rc.1 to 1.15.0-rc.5. - [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.1...v1.15.0-rc.5) --- 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>
- Loading branch information
1 parent
aded0b6
commit c0cf0b3
Showing
2 changed files
with
33 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,34 @@ | ||
module github.com/dapr/go-sdk | ||
|
||
go 1.23.3 | ||
|
||
require ( | ||
github.com/dapr/dapr v1.15.0-rc.1 | ||
github.com/dapr/durabletask-go v0.5.1-0.20241216172832-16da3e7c3530 | ||
github.com/dapr/dapr v1.15.0-rc.5 | ||
github.com/dapr/durabletask-go v0.5.1-0.20250115143652-bb9397142c68 | ||
github.com/go-chi/chi/v5 v5.1.0 | ||
github.com/golang/mock v1.6.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/stretchr/testify v1.10.0 | ||
google.golang.org/grpc v1.68.1 | ||
google.golang.org/protobuf v1.35.2 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
github.com/dapr/kit v0.13.1-0.20250110192255-fb195706966f // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/marusama/semaphore/v2 v2.5.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
go.opentelemetry.io/otel v1.32.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.32.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.32.0 // indirect | ||
golang.org/x/net v0.32.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/net v0.34.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters