From 7f3cbcedc0d748108d5421cf4a8e28876e7b4c29 Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 6 Aug 2018 21:10:54 +0200 Subject: Use own forks for logrus-prefixed-formatter and discordgo --- matterclient/matterclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matterclient') 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" -- cgit v1.2.3