4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 01:49:22 +00:00

Use own forks for logrus-prefixed-formatter and discordgo

This commit is contained in:
Wim
2018-08-06 21:10:54 +02:00
parent 6ef09def81
commit 7f3cbcedc0
32 changed files with 9235 additions and 4 deletions

View File

@ -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"