Skip to content

Commit 9b343a8

Browse files
build(deps): bump google.golang.org/grpc from 1.38.0 to 1.53.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.38.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.38.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34c07e6 commit 9b343a8

File tree

2 files changed

+696
-14
lines changed

2 files changed

+696
-14
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/lightningnetwork/lnd/kvdb v1.3.1
1313
github.com/stretchr/testify v1.8.0
1414
go.etcd.io/bbolt v1.3.6
15-
google.golang.org/grpc v1.38.0
15+
google.golang.org/grpc v1.53.0
1616
gopkg.in/macaroon-bakery.v2 v2.0.1
1717
gopkg.in/macaroon.v2 v2.1.0
1818
)
@@ -30,7 +30,7 @@ require (
3030
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
3131
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
3232
github.com/btcsuite/winsvc v1.0.0 // indirect
33-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
33+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3434
github.com/coreos/go-semver v0.3.0 // indirect
3535
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
3636
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -136,8 +136,8 @@ require (
136136
golang.org/x/term v0.5.0 // indirect
137137
golang.org/x/text v0.7.0 // indirect
138138
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
139-
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
140-
google.golang.org/protobuf v1.26.0 // indirect
139+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
140+
google.golang.org/protobuf v1.28.1 // indirect
141141
gopkg.in/errgo.v1 v1.0.1 // indirect
142142
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
143143
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)