This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../go.mod
2021-09-07 17:47:26 +02:00

9 lines
231 B
Modula-2

module github.com/mattermost/mattermost-plugin-starter-template
go 1.16
require (
github.com/mattermost/mattermost-server/v6 v6.0.0-20210906125346-b41b7eae1026
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
)