focalboard/linux/go.mod
Miguel de la Cruz e10229031f
Add a plugin adapter to reuse MM websocket in plugin mode (#1079)
* 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
2021-08-27 10:59:14 +02:00

13 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
)