mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-12 09:04:14 +02:00
9 lines
162 B
Modula-2
9 lines
162 B
Modula-2
module github.com/mattermost/focalboard/linux
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/google/uuid v1.2.0
|
|
github.com/webview/webview v0.0.0-20200724072439-e0c01595b361
|
|
)
|