-
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.
Bump gover, tag, x/deps and dapr (#674)
* release: bump to rc2 Signed-off-by: mikeee <[email protected]> * chore: upgrade x/net and x/crypto Signed-off-by: mikeee <[email protected]> * release: bump go to 1.23.5 and dapr to rc5 Signed-off-by: mikeee <[email protected]> * ci: bump validation workflow versions Signed-off-by: mikeee <[email protected]> * bump cli and runtime to latest rc Signed-off-by: Mike Nguyen <[email protected]> * chore: bump dapr to rc7 and dt-go to head Signed-off-by: Mike Nguyen <[email protected]> * chore: bump to rc8 Signed-off-by: mikeee <[email protected]> * chore(release): bump to latest Signed-off-by: mikeee <[email protected]> --------- Signed-off-by: mikeee <[email protected]> Signed-off-by: Mike Nguyen <[email protected]>
- Loading branch information
Showing
6 changed files
with
125 additions
and
104 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
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
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
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,35 @@ | ||
module github.com/dapr/go-sdk | ||
|
||
go 1.23.3 | ||
go 1.23.5 | ||
|
||
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.9 | ||
github.com/dapr/durabletask-go v0.5.1-0.20250124181508-a1b42ae65aee | ||
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 | ||
google.golang.org/grpc v1.68.1 | ||
google.golang.org/protobuf v1.35.2 | ||
github.com/stretchr/testify v1.10.0 | ||
google.golang.org/grpc v1.70.0 | ||
google.golang.org/protobuf v1.36.4 | ||
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.20250129050741-c46009f360b0 // 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 | ||
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 | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
go.opentelemetry.io/otel v1.34.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.34.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.34.0 // indirect | ||
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // 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 | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect | ||
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect | ||
) |
Oops, something went wrong.