mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-27 08:31:20 +02:00
9 lines
159 B
Modula-2
9 lines
159 B
Modula-2
module github.com/mattermost/focalboard/win
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gonutz/w32 v1.0.0
|
|
github.com/zserge/lorca v0.1.10-0.20200301195127-a3e43396a47e
|
|
)
|