[MM-38075] Use mattermost-server/v6 (#157)
This commit is contained in:
parent
f547011d23
commit
a80b066195
9 changed files with 621 additions and 403 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
_ "embed" // Need to embed manifest file
|
||||
"strings"
|
||||
|
||||
"github.com/mattermost/mattermost-server/v5/model"
|
||||
"github.com/mattermost/mattermost-server/v6/model"
|
||||
)
|
||||
|
||||
//go:embed plugin.json
|
||||
|
|
Reference in a new issue