Add separate go.mod to build folder (#119)

Co-authored-by: Hanzei <hanzei@mailbox.org>
This commit is contained in:
Michael Kochell 2020-09-16 19:55:20 -04:00 committed by GitHub
parent dcaf9dd289
commit 511805e36c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 868 additions and 41 deletions

11
build/go.mod Normal file
View file

@ -0,0 +1,11 @@
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
)