summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-01-14 08:23:48 -0500
committerJoramWilander <jwawilander@gmail.com>2016-01-14 08:24:09 -0500
commitc26edcf6786fd8aa1535c09e9581fc6417cddda4 (patch)
treed8283b12c2a1b14c18da4ae446f5c2ca0e5d0af5 /mattermost.go
parent22c522178ce5a4b9e9533d91dd77518a2899f2b0 (diff)
downloadchat-c26edcf6786fd8aa1535c09e9581fc6417cddda4.tar.gz
chat-c26edcf6786fd8aa1535c09e9581fc6417cddda4.tar.bz2
chat-c26edcf6786fd8aa1535c09e9581fc6417cddda4.zip
Final updates
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