Skip to content

Commit f7795c8

Browse files
dependabot[bot]LarryRuane
authored andcommitted
Bump google.golang.org/grpc from 1.47.0 to 1.53.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.47.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 2e25236 commit f7795c8

File tree

2 files changed

+478
-9
lines changed

2 files changed

+478
-9
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ require (
1212
github.com/sirupsen/logrus v1.8.1
1313
github.com/spf13/cobra v1.4.0
1414
github.com/spf13/viper v1.12.0
15-
google.golang.org/grpc v1.47.0
16-
google.golang.org/protobuf v1.28.0
15+
google.golang.org/grpc v1.53.0
16+
google.golang.org/protobuf v1.28.1
1717
gopkg.in/ini.v1 v1.66.6
1818
)
1919

@@ -25,7 +25,7 @@ require (
2525
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
2626
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
2727
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
28-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
28+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2929
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
3030
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
3131
github.com/fsnotify/fsnotify v1.5.4 // indirect
@@ -48,7 +48,7 @@ require (
4848
golang.org/x/net v0.7.0 // indirect
4949
golang.org/x/sys v0.5.0 // indirect
5050
golang.org/x/text v0.7.0 // indirect
51-
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
51+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
5252
gopkg.in/yaml.v2 v2.4.0 // indirect
5353
gopkg.in/yaml.v3 v3.0.0 // indirect
5454
)

0 commit comments

Comments
 (0)