diff options
Diffstat (limited to 'matterclient')
-rw-r--r-- | matterclient/matterclient.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterclient/matterclient.go b/matterclient/matterclient.go index 951d6317..b86fbe3d 100644 --- a/matterclient/matterclient.go +++ b/matterclient/matterclient.go @@ -13,8 +13,8 @@ import ( "sync" "time" + prefixed "github.com/matterbridge/logrus-prefixed-formatter" log "github.com/sirupsen/logrus" - prefixed "github.com/x-cray/logrus-prefixed-formatter" "github.com/gorilla/websocket" "github.com/hashicorp/golang-lru" |