summaryrefslogtreecommitdiffstats
path: root/app/auto_channels.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/auto_channels.go')
-rw-r--r--app/auto_channels.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/auto_channels.go b/app/auto_channels.go
index 2f91cf14b..ed76398a7 100644
--- a/app/auto_channels.go
+++ b/app/auto_channels.go
@@ -4,8 +4,8 @@
package app
import (
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
type AutoChannelCreator struct {