focalboard/server/go.tools.mod
2021-03-26 11:01:54 -07:00

9 lines
164 B
Modula-2

module github.com/mattermost/focalboard/server
go 1.15
require (
github.com/golang/mock v1.5.0
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
)