Bump Mattermost to 5.18 (#76)

This commit is contained in:
Ben Schumacher 2019-12-22 16:23:55 +01:00 committed by GitHub
parent 8cf303c943
commit 1c3014f906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 68 additions and 49 deletions

5
go.mod
View file

@ -3,9 +3,8 @@ 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/mattermost/mattermost-server/v5 v5.18.0
github.com/mholt/archiver/v3 v3.3.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.4.0
)