summaryrefslogtreecommitdiffstats
path: root/app/plugin/ldapextras/plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/plugin/ldapextras/plugin.go')
-rw-r--r--app/plugin/ldapextras/plugin.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/plugin/ldapextras/plugin.go b/app/plugin/ldapextras/plugin.go
index 3198125aa..473ec6393 100644
--- a/app/plugin/ldapextras/plugin.go
+++ b/app/plugin/ldapextras/plugin.go
@@ -11,9 +11,9 @@ import (
l4g "github.com/alecthomas/log4go"
"github.com/gorilla/mux"
- "github.com/mattermost/platform/app/plugin"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/app/plugin"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
type Plugin struct {