1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00
focalboard/linux/go.mod

13 lines
351 B
Modula-2
Raw Normal View History

2021-01-27 00:13:46 +02:00
module github.com/mattermost/focalboard/linux
2020-10-29 08:50:25 +02:00
go 1.16
2020-10-29 08:50:25 +02:00
2021-05-27 10:53:38 +02:00
replace github.com/mattermost/focalboard/server => ../server
2021-02-10 01:46:49 +02:00
require (
2022-03-23 03:39:48 +02: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 01:46:49 +02:00
)