focalboard/mattermost-plugin/go.mod
Miguel de la Cruz b327bc7b8a
Adds plugin actions to the project's CI (#471)
* Adds plugin actions to the project's CI

* Remove the version number from the generated artifact

* Change job name to something more descriptive

* Switch back to workflow_dispatch
2021-05-25 19:22:31 +02:00

13 lines
365 B
Modula-2

module github.com/mattermost/focalboard/mattermost-plugin
go 1.12
replace github.com/mattermost/focalboard/server => ../server
require (
github.com/mattermost/focalboard/server v0.0.0-20210525112228-f43e4028dbdc
github.com/mattermost/mattermost-server/v5 v5.3.2-0.20210524045451-a4f7df6f6e3c
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
)