focalboard/linux/go.mod
Doug Lauder b58497e2ea
Replace mlog with server v6 mlog (#1088)
* replace mlog with server v6 mlog
* remove FB mlog from plugin
2021-08-25 16:08:01 -04:00

13 lines
379 B
Modula-2

module github.com/mattermost/focalboard/linux
go 1.15
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
)