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
12 lines
379 B
Modula-2
12 lines
379 B
Modula-2
module github.com/mattermost/focalboard/linux
|
|
|
|
go 1.16
|
|
|
|
replace github.com/mattermost/focalboard/server => ../server
|
|
|
|
require (
|
|
github.com/google/uuid v1.2.0
|
|
github.com/mattermost/focalboard/server v0.0.0-20210422230105-f5ae0b265a8d
|
|
github.com/mattermost/mattermost-server/v6 v6.0.0-20210824141503-6031b163d8e3
|
|
github.com/webview/webview v0.0.0-20200724072439-e0c01595b361
|
|
)
|