Bump dependencies and go version (#87)

* Bump go dependencies

* Bump go version to 1.14
This commit is contained in:
Ben Schumacher 2020-02-28 17:25:13 +01:00 committed by GitHub
parent 282a8cf227
commit 8fb70ec7f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 18 deletions

6
go.mod
View file

@ -3,8 +3,8 @@ module github.com/mattermost/mattermost-plugin-starter-template
go 1.12
require (
github.com/mattermost/mattermost-server/v5 v5.18.0
github.com/mattermost/mattermost-server/v5 v5.20.0
github.com/mholt/archiver/v3 v3.3.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
)