Bump dependencies and go version (#87)
* Bump go dependencies * Bump go version to 1.14
This commit is contained in:
parent
282a8cf227
commit
8fb70ec7f3
3 changed files with 23 additions and 18 deletions
6
go.mod
6
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Reference in a new issue