1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-15 09:14:11 +02:00
focalboard/linux/go.mod

9 lines
162 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.15
2021-02-10 01:46:49 +02:00
require (
github.com/google/uuid v1.2.0
github.com/webview/webview v0.0.0-20200724072439-e0c01595b361
)