File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/dapr/go-sdk
2
2
3
- go 1.21
4
-
5
- toolchain go1.21.6
3
+ go 1.21.8
6
4
7
5
require (
8
6
github.com/dapr/dapr v1.13.0-rc.7
@@ -12,7 +10,7 @@ require (
12
10
github.com/microsoft/durabletask-go v0.4.1-0.20240122160106-fb5c4c05729d
13
11
github.com/stretchr/testify v1.8.4
14
12
google.golang.org/grpc v1.62.0
15
- google.golang.org/protobuf v1.32 .0
13
+ google.golang.org/protobuf v1.33 .0
16
14
gopkg.in/yaml.v3 v3.0.1
17
15
)
18
16
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ google.golang.org/grpc v1.62.0 h1:HQKZ/fa1bXkX1oFOvSjmZEUL8wLSaZTjCcLAlmZRtdk=
80
80
google.golang.org/grpc v1.62.0 /go.mod h1:IWTG0VlJLCh1SkC58F7np9ka9mx/WNkjl4PGJaiq+QE =
81
81
google.golang.org/protobuf v1.26.0-rc.1 /go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw =
82
82
google.golang.org/protobuf v1.26.0 /go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc =
83
- google.golang.org/protobuf v1.32 .0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I =
84
- google.golang.org/protobuf v1.32 .0 /go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos =
83
+ google.golang.org/protobuf v1.33 .0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI =
84
+ google.golang.org/protobuf v1.33 .0 /go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos =
85
85
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
86
86
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
87
87
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c /go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q =
You can’t perform that action at this time.
0 commit comments