focalboard/server/go.tools.mod

9 lines
167 B
Modula-2
Raw Normal View History

2021-01-26 23:13:46 +01:00
module github.com/mattermost/focalboard/server
go 1.15
require (
github.com/golang/mock v1.4.4
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
)