summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-28 16:06:50 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-28 16:06:50 +0100
commit9c88a8a55adf7779039504fa77d74ec80d658c40 (patch)
treecd50453b4a2d3dd64e876afcedf42eed2a81a51b /go.mod
parent95e72f5e8e4634fbbb2ea7ece2156487230ad1d4 (diff)
common/loggers: Make sure the global logger also gets colored labels
See #4414
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 797f561c9..837117cb1 100644
--- a/go.mod
+++ b/go.mod
@@ -47,7 +47,7 @@ require (
github.com/spf13/cast v1.3.0
github.com/spf13/cobra v0.0.3
github.com/spf13/fsync v0.0.0-20170320142552-12a01e648f05
- github.com/spf13/jwalterweatherman v1.0.1-0.20181005085228-103a6da826d0
+ github.com/spf13/jwalterweatherman v1.0.1-0.20181028145347-94f6ae3ed3bc
github.com/spf13/nitro v0.0.0-20131003134307-24d7ef30a12d
github.com/spf13/pflag v1.0.2
github.com/spf13/viper v1.2.0