[MM-38075] Use mattermost-server/v6 (#157)

This commit is contained in:
Ben Schumacher 2021-08-25 09:29:26 +02:00 committed by GitHub
parent f547011d23
commit a80b066195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 621 additions and 403 deletions

View file

@ -1,7 +1,7 @@
package main
import (
"github.com/mattermost/mattermost-server/v5/plugin"
"github.com/mattermost/mattermost-server/v6/plugin"
)
func main() {

View file

@ -5,7 +5,7 @@ import (
"net/http"
"sync"
"github.com/mattermost/mattermost-server/v5/plugin"
"github.com/mattermost/mattermost-server/v6/plugin"
)
// Plugin implements the interface expected by the Mattermost server to communicate between the server and plugin processes.