10 lines
241 B
Modula-2
10 lines
241 B
Modula-2
module github.com/mattermost/mattermost-plugin-starter-template
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/mattermost/mattermost-server/v5 v5.18.0
|
|
github.com/mholt/archiver/v3 v3.3.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|