2021-01-26 23:13:46 +01:00
|
|
|
module github.com/mattermost/focalboard/server
|
2020-10-21 09:56:03 +02:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-03-26 19:01:54 +01:00
|
|
|
github.com/golang/mock v1.5.0
|
2020-10-21 09:56:03 +02:00
|
|
|
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
|
|
|
|
)
|