go.mod: update logrus to v1.8.1
Newer versions contain fixes for recent Go versions, and this removes the dependency on github.com/konsorten/go-windows-terminal-sequences Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
06c8d441f8
commit
226ad1e639
191 changed files with 6773 additions and 1869 deletions
6
vendor/modules.txt
vendored
6
vendor/modules.txt
vendored
|
@ -116,8 +116,6 @@ 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.3
|
||||
github.com/konsorten/go-windows-terminal-sequences
|
||||
# github.com/kr/pretty v0.1.0
|
||||
## explicit
|
||||
# github.com/marstr/guid v1.1.0
|
||||
|
@ -157,7 +155,7 @@ github.com/prometheus/procfs/internal/fs
|
|||
# github.com/satori/go.uuid v1.2.0
|
||||
## explicit
|
||||
github.com/satori/go.uuid
|
||||
# github.com/sirupsen/logrus v1.6.0
|
||||
# github.com/sirupsen/logrus v1.8.1
|
||||
## explicit
|
||||
github.com/sirupsen/logrus
|
||||
# github.com/spf13/cobra v0.0.3
|
||||
|
@ -197,7 +195,7 @@ golang.org/x/oauth2/google
|
|||
golang.org/x/oauth2/internal
|
||||
golang.org/x/oauth2/jws
|
||||
golang.org/x/oauth2/jwt
|
||||
# golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
|
||||
# golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
|
||||
golang.org/x/sys/unix
|
||||
golang.org/x/sys/windows
|
||||
# golang.org/x/text v0.3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue