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 2967feb7..d4c99255 100644 --- a/matterclient/matterclient.go +++ b/matterclient/matterclient.go @@ -17,7 +17,7 @@ import ( "github.com/hashicorp/golang-lru" "github.com/jpillora/backoff" prefixed "github.com/matterbridge/logrus-prefixed-formatter" - "github.com/mattermost/platform/model" + "github.com/mattermost/mattermost-server/model" log "github.com/sirupsen/logrus" ) |