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

9 lines
164 B
Modula-2
Raw Normal View History

2021-01-27 00:13:46 +02:00
module github.com/mattermost/focalboard/server
go 1.16
require (
2021-03-26 20:01:54 +02:00
github.com/golang/mock v1.5.0
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
)