Skip to content

Commit 0060ef0

Browse files
chore(deps): bump google.golang.org/grpc from 1.48.0 to 1.53.0 (#61)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.48.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eebd729 commit 0060ef0

File tree

2 files changed

+18
-104
lines changed

2 files changed

+18
-104
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ require (
6060
github.com/vmihailenco/tagparser v0.1.1 // indirect
6161
github.com/zclconf/go-cty v1.11.0 // indirect
6262
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
63-
golang.org/x/net v0.2.0 // indirect
64-
golang.org/x/sys v0.2.0 // indirect
65-
golang.org/x/text v0.4.0 // indirect
66-
google.golang.org/appengine v1.6.6 // indirect
67-
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
68-
google.golang.org/grpc v1.48.0 // indirect
63+
golang.org/x/net v0.5.0 // indirect
64+
golang.org/x/sys v0.4.0 // indirect
65+
golang.org/x/text v0.6.0 // indirect
66+
google.golang.org/appengine v1.6.7 // indirect
67+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
68+
google.golang.org/grpc v1.53.0 // indirect
6969
google.golang.org/protobuf v1.28.1 // indirect
7070
)

0 commit comments

Comments
 (0)