12 lines
300 B
Modula-2
12 lines
300 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/v5 v5.3.2-0.20200924100636-e726b0426826
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
github.com/stretchr/testify v1.6.1
|
||
|
sigs.k8s.io/yaml v1.2.0
|
||
|
)
|