summaryrefslogtreecommitdiffstats
path: root/app/diagnostics.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/diagnostics.go')
-rw-r--r--app/diagnostics.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/diagnostics.go b/app/diagnostics.go
index 55c765ac0..25f75ddad 100644
--- a/app/diagnostics.go
+++ b/app/diagnostics.go
@@ -9,8 +9,8 @@ import (
"os"
"runtime"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
"github.com/segmentio/analytics-go"
)