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

View file

@ -8,7 +8,7 @@ import (
"os"
"path/filepath"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/v5/model"
"github.com/mholt/archiver/v3"
"github.com/pkg/errors"
)