e10229031f
* Add a plugin adapter to reuse MM websocket in plugin mode * Remove development replace * Switch all go.mod files to use 1.16 * Fix linter issues * Fix linter * Update server version to contain the new hooks
13 lines
416 B
Modula-2
13 lines
416 B
Modula-2
module github.com/mattermost/focalboard/mattermost-plugin
|
|
|
|
go 1.16
|
|
|
|
replace github.com/mattermost/focalboard/server => ../server
|
|
|
|
require (
|
|
github.com/mattermost/focalboard/server v0.0.0-20210525112228-f43e4028dbdc
|
|
github.com/mattermost/mattermost-plugin-api v0.0.20
|
|
github.com/mattermost/mattermost-server/v6 v6.0.0-20210824141503-6031b163d8e3
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|