From 4e50fd864921c556988c919269448efdb90fa961 Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 10 Aug 2020 00:29:54 +0200 Subject: Use mattermost v5 module (#1192) --- matterclient/users.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matterclient/users.go') diff --git a/matterclient/users.go b/matterclient/users.go index cf13e0df..42c4162c 100644 --- a/matterclient/users.go +++ b/matterclient/users.go @@ -4,7 +4,7 @@ import ( "errors" "time" - "github.com/mattermost/mattermost-server/model" + "github.com/mattermost/mattermost-server/v5/model" ) func (m *MMClient) GetNickName(userId string) string { //nolint:golint -- cgit v1.2.3