diff options
Diffstat (limited to 'bridge/config')
-rw-r--r-- | bridge/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go index 30368f66..7f8fc3ee 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -8,9 +8,9 @@ import ( "time" "github.com/fsnotify/fsnotify" + prefixed "github.com/matterbridge/logrus-prefixed-formatter" log "github.com/sirupsen/logrus" "github.com/spf13/viper" - prefixed "github.com/x-cray/logrus-prefixed-formatter" ) const ( |