focalboard/linux/go.mod

13 lines
351 B
Modula-2
Raw Normal View History

2021-01-26 23:13:46 +01: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-10 00:46:49 +01:00
require (
2022-03-23 02:39:48 +01:00
github.com/google/uuid v1.3.0
github.com/mattermost/focalboard/server v0.0.0-20220325164658-33557093b00d
github.com/mattermost/mattermost-server/v6 v6.5.0
github.com/webview/webview v0.0.0-20220314230258-a2b7746141c3
2021-02-10 00:46:49 +01:00
)