Skip to content

Commit 0a2c4b9

Browse files
Bump google.golang.org/grpc in /activity_worker/go_workflow
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.44.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.44.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53c6063 commit 0a2c4b9

File tree

2 files changed

+951
-8
lines changed

2 files changed

+951
-8
lines changed

Diff for: activity_worker/go_workflow/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ require (
2525
golang.org/x/sys v0.5.0 // indirect
2626
golang.org/x/text v0.7.0 // indirect
2727
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
28-
google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf // indirect
29-
google.golang.org/grpc v1.44.0 // indirect
30-
google.golang.org/protobuf v1.27.1 // indirect
28+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
29+
google.golang.org/grpc v1.53.0 // indirect
30+
google.golang.org/protobuf v1.28.1 // indirect
3131
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
3232
)

0 commit comments

Comments
 (0)