9b9682f626
* create FeatureFlags in configurations * update for unit tests * update unit tests, go.mod * update go.sum * fix lint errors Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
13 lines
416 B
Modula-2
13 lines
416 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-20210525112228-f43e4028dbdc
|
|
github.com/mattermost/mattermost-plugin-api v0.0.20
|
|
github.com/mattermost/mattermost-server/v6 v6.0.0-20211022142730-a6cca93ba3c3
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|