focalboard/linux/go.mod

13 lines
379 B
Modula-2
Raw Permalink Normal View History

2021-01-26 14:13:46 -08:00
module github.com/mattermost/focalboard/linux
2020-10-29 07:50:25 +01:00
go 1.16
2020-10-29 07:50:25 +01:00
2021-05-27 10:53:38 +02:00
replace github.com/mattermost/focalboard/server => ../server
2021-02-09 15:46:49 -08: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
github.com/mattermost/mattermost-server/v6 v6.0.0-20210913141218-bb659d03fde0
2021-02-09 15:46:49 -08:00
github.com/webview/webview v0.0.0-20200724072439-e0c01595b361
)