Skip to content

Commit 6a3eaf8

Browse files
build(deps): bump google.golang.org/grpc from 1.41.0 to 1.56.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.41.0 to 1.56.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.41.0...v1.56.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9db0d53 commit 6a3eaf8

File tree

2 files changed

+44
-43
lines changed

2 files changed

+44
-43
lines changed

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ require (
1313
github.com/lightningnetwork/lnd/tor v1.1.0
1414
github.com/stretchr/testify v1.8.1
1515
golang.org/x/crypto v0.1.0
16-
google.golang.org/grpc v1.41.0
17-
google.golang.org/protobuf v1.27.1
16+
google.golang.org/grpc v1.56.3
17+
google.golang.org/protobuf v1.30.0
1818
nhooyr.io/websocket v1.8.7
1919
)
2020

@@ -40,7 +40,7 @@ require (
4040
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
4141
github.com/btcsuite/winsvc v1.0.0 // indirect
4242
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
43-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
43+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4444
github.com/coreos/go-semver v0.3.0 // indirect
4545
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
4646
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
@@ -53,7 +53,7 @@ require (
5353
github.com/fergusstrange/embedded-postgres v1.10.0 // indirect
5454
github.com/gogo/protobuf v1.3.2 // indirect
5555
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
56-
github.com/golang/protobuf v1.5.2 // indirect
56+
github.com/golang/protobuf v1.5.3 // indirect
5757
github.com/golang/snappy v0.0.4 // indirect
5858
github.com/google/btree v1.0.1 // indirect
5959
github.com/google/uuid v1.3.0 // indirect
@@ -138,15 +138,15 @@ require (
138138
go.uber.org/multierr v1.6.0 // indirect
139139
go.uber.org/zap v1.17.0 // indirect
140140
golang.org/x/exp v0.0.0-20221111094246-ab4555d3164f // indirect
141-
golang.org/x/mod v0.6.0 // indirect
142-
golang.org/x/net v0.7.0 // indirect
143-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
144-
golang.org/x/sys v0.5.0 // indirect
145-
golang.org/x/term v0.5.0 // indirect
146-
golang.org/x/text v0.7.0 // indirect
141+
golang.org/x/mod v0.8.0 // indirect
142+
golang.org/x/net v0.9.0 // indirect
143+
golang.org/x/sync v0.1.0 // indirect
144+
golang.org/x/sys v0.7.0 // indirect
145+
golang.org/x/term v0.7.0 // indirect
146+
golang.org/x/text v0.9.0 // indirect
147147
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
148-
golang.org/x/tools v0.2.0 // indirect
149-
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
148+
golang.org/x/tools v0.6.0 // indirect
149+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
150150
gopkg.in/errgo.v1 v1.0.1 // indirect
151151
gopkg.in/macaroon-bakery.v2 v2.1.0 // indirect
152152
gopkg.in/macaroon.v2 v2.1.0 // indirect

0 commit comments

Comments
 (0)