2021-01-26 23:13:46 +01:00
|
|
|
module github.com/mattermost/focalboard/linux
|
2020-10-29 07:50:25 +01:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2021-05-27 10:53:38 +02:00
|
|
|
replace github.com/mattermost/focalboard/server => ../server
|
|
|
|
|
2021-02-10 00:46:49 +01:00
|
|
|
require (
|
|
|
|
github.com/google/uuid v1.2.0
|
2021-04-23 10:38:24 +02:00
|
|
|
github.com/mattermost/focalboard/server v0.0.0-20210422230105-f5ae0b265a8d
|
2021-02-10 00:46:49 +01:00
|
|
|
github.com/webview/webview v0.0.0-20200724072439-e0c01595b361
|
|
|
|
)
|