Update logrus to v1.6.0
Fixes #3223 by bumping logrus to v1.6.0, which in turn bumps github.com/konsorten/go-windows-terminal-sequences to v1.0.3 wherein the fix to bad pointer is found. Signed-off-by: Andreas Hassing <andreas@famhassing.dk>
This commit is contained in:
parent
0316f34bf2
commit
9466dd4e5a
23 changed files with 246 additions and 86 deletions
4
vendor/modules.txt
vendored
4
vendor/modules.txt
vendored
|
@ -92,7 +92,7 @@ github.com/gorilla/mux
|
|||
github.com/inconshreveable/mousetrap
|
||||
# github.com/jmespath/go-jmespath v0.3.0
|
||||
github.com/jmespath/go-jmespath
|
||||
# github.com/konsorten/go-windows-terminal-sequences v1.0.1
|
||||
# github.com/konsorten/go-windows-terminal-sequences v1.0.3
|
||||
github.com/konsorten/go-windows-terminal-sequences
|
||||
# github.com/marstr/guid v1.1.0
|
||||
github.com/marstr/guid
|
||||
|
@ -123,7 +123,7 @@ github.com/prometheus/procfs
|
|||
github.com/prometheus/procfs/internal/fs
|
||||
# github.com/satori/go.uuid v1.2.0
|
||||
github.com/satori/go.uuid
|
||||
# github.com/sirupsen/logrus v1.4.2
|
||||
# github.com/sirupsen/logrus v1.6.0
|
||||
github.com/sirupsen/logrus
|
||||
# github.com/spf13/cobra v0.0.3
|
||||
github.com/spf13/cobra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue