summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
Diffstat (limited to 'mattermost.go')
-rw-r--r--mattermost.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/mattermost.go b/mattermost.go
index f6abb9019..7ebda451f 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -31,7 +31,10 @@ import (
_ "github.com/go-ldap/ldap"
)
-//ENTERPRISE_IMPORTS
+import (
+ _ "github.com/mattermost/enterprise/oauth/google"
+ _ "github.com/mattermost/enterprise/ldap"
+)
var flagCmdCreateTeam bool
var flagCmdCreateUser bool