Fix invalid import in manifest.go (#77)

This commit is contained in:
Ben Schumacher 2019-12-23 08:21:50 +01:00 committed by GitHub
parent 1c3014f906
commit 88991946af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ package main
import ( import (
"strings" "strings"
"github.com/mattermost/mattermost-server/model" "github.com/mattermost/mattermost-server/v5/model"
) )
var manifest *model.Manifest var manifest *model.Manifest

2
server/manifest.go generated
View file

@ -5,7 +5,7 @@ package main
import ( import (
"strings" "strings"
"github.com/mattermost/mattermost-server/model" "github.com/mattermost/mattermost-server/v5/model"
) )
var manifest *model.Manifest var manifest *model.Manifest