diff options
Diffstat (limited to 'matterbridge.go')
-rw-r--r-- | matterbridge.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.go b/matterbridge.go index ff12eafb..fe6b87ec 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -9,8 +9,8 @@ import ( "github.com/42wim/matterbridge/bridge/config" "github.com/42wim/matterbridge/gateway" "github.com/google/gops/agent" + prefixed "github.com/matterbridge/logrus-prefixed-formatter" log "github.com/sirupsen/logrus" - prefixed "github.com/x-cray/logrus-prefixed-formatter" ) var ( |