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
Christopher Poile 4d9ee39eb2
fix for go 1.13 strictness (#70)
* fix for go 1.13 strictness

* move to requiring 5.16

* go back to requiring Mattermost Server 5.12
2019-11-13 10:01:32 -05:00

10 lines
315 B
Modula-2

module github.com/mattermost/mattermost-plugin-starter-template
go 1.12
require (
github.com/blang/semver v3.6.1+incompatible // indirect
github.com/mattermost/mattermost-server v1.4.1-0.20191016162522-6597fdb40134 // Mattermost Server 5.16.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
)