diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-10-28 16:06:50 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-10-28 16:06:50 +0100 |
commit | 9c88a8a55adf7779039504fa77d74ec80d658c40 (patch) | |
tree | cd50453b4a2d3dd64e876afcedf42eed2a81a51b /go.mod | |
parent | 95e72f5e8e4634fbbb2ea7ece2156487230ad1d4 (diff) | |
download | hugo-9c88a8a55adf7779039504fa77d74ec80d658c40.tar.gz hugo-9c88a8a55adf7779039504fa77d74ec80d658c40.zip |
common/loggers: Make sure the global logger also gets colored labels
See #4414
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |