focalboard/mattermost-plugin/build/go.mod
Miguel de la Cruz f9c76d8129
Update focalboard to be compatible with mattermost v6 (#1020)
* Update focalboard to be compatible with mattermost v6

* Point to the new plugin API version

* Fix collectors linter issues

* Move all CI jobs to 1.16
2021-08-24 12:13:58 +02:00

12 lines
298 B
Modula-2

module github.com/mattermost/mattermost-plugin-starter-template/build
go 1.12
require (
github.com/go-git/go-git/v5 v5.1.0
github.com/mattermost/mattermost-server/v6 v6.0.0-20210817091833-04b27ce93c02
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
sigs.k8s.io/yaml v1.2.0
)