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.../build/go.mod
Michael Kochell 511805e36c
Add separate go.mod to build folder (#119)
Co-authored-by: Hanzei <hanzei@mailbox.org>
2020-09-17 01:55:20 +02:00

11 lines
298 B
Modula-2

module github.com/mattermost/mattermost-plugin-starter-template/build
go 1.12
require (
github.com/mattermost/mattermost-server/v5 v5.3.2-0.20200723144633-ed34468996e6
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
gopkg.in/src-d/go-git.v4 v4.13.1
sigs.k8s.io/yaml v1.2.0
)