1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-23 18:34:02 +02:00
Scott Bishel 74053655b6
Revert "implement data retention for boards (#2588)" (#2843)
This reverts commit 0489de8bd36b9b28a3f520f6b2c4c21dc4dc2f37.
2022-04-19 09:18:31 -06:00

13 lines
358 B
Modula-2

module github.com/mattermost/focalboard/mattermost-plugin
go 1.16
replace github.com/mattermost/focalboard/server => ../server
require (
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
)