Updated logging
This commit is contained in:
parent
8f60c9ce7c
commit
ff9e4b3e3a
8 changed files with 106 additions and 30 deletions
1
go.mod
1
go.mod
|
|
@ -4,6 +4,7 @@ go 1.17
|
|||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.2
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/urfave/cli/v2 v2.3.0
|
||||
google.golang.org/grpc v1.42.0
|
||||
google.golang.org/protobuf v1.27.1
|
||||
|
|
|
|||
Reference in a new issue