[MM-33506] Use embed package to include plugin manifest (#145)

This commit is contained in:
Ben Schumacher 2021-05-18 15:51:24 +02:00 committed by GitHub
parent f5cae51a20
commit ca9ee3c17c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 465 additions and 261 deletions

9
go.mod
View file

@ -1,12 +1,9 @@
module github.com/mattermost/mattermost-plugin-starter-template
go 1.12
go 1.16
require (
github.com/kr/text v0.2.0 // indirect
github.com/mattermost/mattermost-server/v5 v5.26.2
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/mattermost/mattermost-server/v5 v5.32.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
github.com/stretchr/testify v1.7.0
)