2021-05-24 19:06:11 +02:00
|
|
|
module github.com/mattermost/focalboard/mattermost-plugin
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
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-06-25 16:49:06 +02:00
|
|
|
github.com/mattermost/mattermost-plugin-api v0.0.16
|
|
|
|
github.com/mattermost/mattermost-server/v5 v5.3.2-0.20210621071817-df224571d8a1
|
2021-05-24 19:06:11 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
)
|