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 (
|
2021-05-25 19:22:31 +02:00
|
|
|
github.com/mattermost/focalboard/server v0.0.0-20210525112228-f43e4028dbdc
|
2021-11-11 17:01:43 +01:00
|
|
|
github.com/mattermost/mattermost-plugin-api v0.0.21
|
2021-11-02 02:12:43 +01:00
|
|
|
github.com/mattermost/mattermost-server/v6 v6.0.0-20211022142730-a6cca93ba3c3
|
2021-05-24 19:06:11 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
)
|