diff options
Diffstat (limited to 'matterclient/matterclient.go')
-rw-r--r-- | matterclient/matterclient.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/matterclient/matterclient.go b/matterclient/matterclient.go index ae7cd94b..edd298db 100644 --- a/matterclient/matterclient.go +++ b/matterclient/matterclient.go @@ -13,13 +13,12 @@ import ( "sync" "time" - prefixed "github.com/matterbridge/logrus-prefixed-formatter" - log "github.com/sirupsen/logrus" - "github.com/gorilla/websocket" "github.com/hashicorp/golang-lru" "github.com/jpillora/backoff" + prefixed "github.com/matterbridge/logrus-prefixed-formatter" "github.com/mattermost/platform/model" + log "github.com/sirupsen/logrus" ) type Credentials struct { |