mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
0489de8bd3
* implement data retention for boards * fix lint errors * start of orphans * add and update tests * fixes for merge * fix tests * fix lint * reset from testing * update setting unit test variable Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
15 lines
464 B
Modula-2
15 lines
464 B
Modula-2
module github.com/mattermost/focalboard/mattermost-plugin
|
|
|
|
go 1.16
|
|
|
|
replace github.com/mattermost/focalboard/server => ../server
|
|
replace github.com/mattermost/focalboard/server/server => ../server/server
|
|
|
|
require (
|
|
github.com/golang/mock v1.6.0
|
|
github.com/mattermost/focalboard/server v0.0.0-20220325164658-33557093b00d
|
|
github.com/mattermost/mattermost-plugin-api v0.0.27
|
|
github.com/mattermost/mattermost-server/v6 v6.5.0
|
|
github.com/stretchr/testify v1.7.1
|
|
)
|