f9c76d8129
* 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
11 lines
298 B
Modula-2
11 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
|
|
)
|