[MM-53695] Make use of github.com/mattermost/mattermost/server/public (#185)

This commit is contained in:
Ben Schumacher 2023-08-01 21:07:15 +02:00 committed by GitHub
parent b874f4747e
commit 8862f96d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 284 additions and 2864 deletions

View file

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