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-08-24 12:13:58 +02:00
|
|
|
github.com/mattermost/mattermost-plugin-api v0.0.20
|
2021-09-15 15:01:05 +02:00
|
|
|
github.com/mattermost/mattermost-server/v6 v6.0.0-20210913141218-bb659d03fde0
|
2021-05-24 19:06:11 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
)
|