logging: add logrus dependency
Just add the dependency and update relevant files
This commit is contained in:
parent
c112e9d12d
commit
75372b98e1
32 changed files with 3094 additions and 0 deletions
1
go.mod
1
go.mod
|
|
@ -40,6 +40,7 @@ require (
|
|||
github.com/prometheus/common v0.30.0 // indirect
|
||||
github.com/prometheus/procfs v0.7.3 // indirect
|
||||
github.com/segmentio/ksuid v1.0.4
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/ubccr/kerby v0.0.0-20170626144437-201a958fc453
|
||||
github.com/vmware/govmomi v0.26.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue