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

10 lines
190 B
Modula-2
Raw Normal View History

2021-01-27 00:13:46 +02:00
module github.com/mattermost/focalboard/win
2020-11-04 00:37:29 +02:00
go 1.15
require (
github.com/gonutz/w32 v1.0.0
2021-02-10 01:24:50 +02:00
github.com/google/uuid v1.2.0
2021-01-21 06:28:43 +02:00
github.com/zserge/lorca v0.1.10-0.20200301195127-a3e43396a47e
2020-11-04 00:37:29 +02:00
)