2021-05-24 19:06:11 +02:00
|
|
|
module github.com/mattermost/focalboard/mattermost-plugin
|
|
|
|
|
2021-08-27 10:59:14 +02:00
|
|
|
go 1.16
|
2021-05-24 19:06:11 +02:00
|
|
|
|
|
|
|
replace github.com/mattermost/focalboard/server => ../server
|
|
|
|
|
|
|
|
require (
|
2022-03-26 00:05:56 +01:00
|
|
|
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
|
2021-05-24 19:06:11 +02:00
|
|
|
)
|