Skip to content

Commit 44098ad

Browse files
build(deps): bump google.golang.org/grpc from 1.36.1 to 1.53.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.36.1 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.36.1...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d04b65 commit 44098ad

File tree

2 files changed

+721
-182
lines changed

2 files changed

+721
-182
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module go.lsp.dev/api
33
go 1.16
44

55
require (
6-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0
7-
google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1
8-
google.golang.org/grpc v1.36.1
9-
google.golang.org/protobuf v1.26.0
6+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
7+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
8+
google.golang.org/grpc v1.53.0
9+
google.golang.org/protobuf v1.28.1
1010
)

0 commit comments

Comments
 (0)