@@ -12,8 +12,8 @@ require (
12
12
github.com/sirupsen/logrus v1.8.1
13
13
github.com/spf13/cobra v1.4.0
14
14
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
17
17
gopkg.in/ini.v1 v1.66.6
18
18
)
19
19
@@ -25,7 +25,7 @@ require (
25
25
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
26
26
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
27
27
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
29
29
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
30
30
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
31
31
github.com/fsnotify/fsnotify v1.5.4 // indirect
@@ -48,7 +48,7 @@ require (
48
48
golang.org/x/net v0.7.0 // indirect
49
49
golang.org/x/sys v0.5.0 // indirect
50
50
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
52
52
gopkg.in/yaml.v2 v2.4.0 // indirect
53
53
gopkg.in/yaml.v3 v3.0.0 // indirect
54
54
)
0 commit comments