[MM-38075] Update server dependency (#158)
This commit is contained in:
parent
a80b066195
commit
4571b3b71c
5 changed files with 8 additions and 7 deletions
2
go.mod
2
go.mod
|
@ -3,7 +3,7 @@ module github.com/mattermost/mattermost-plugin-starter-template
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/mattermost/mattermost-server/v6 v6.0.0-20210823094503-ddaa07e35fa7
|
||||
github.com/mattermost/mattermost-server/v6 v6.0.0-20210906125346-b41b7eae1026
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
)
|
||||
|
|
Reference in a new issue