summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-03-30 12:49:29 -0400
committerJoramWilander <jwawilander@gmail.com>2016-03-30 12:49:29 -0400
commitf9a3a4b3949dddecae413b97904c895b2cd887bf (patch)
treebb77628b0aba959feeab28a5a10fe0bc0e6b4ecc /mattermost.go
parent2aa0d9b8fc2e31e51bbddc8d90fe801c089f7c4b (diff)
downloadchat-f9a3a4b3949dddecae413b97904c895b2cd887bf.tar.gz
chat-f9a3a4b3949dddecae413b97904c895b2cd887bf.tar.bz2
chat-f9a3a4b3949dddecae413b97904c895b2cd887bf.zip
Add MFA functionality
Diffstat (limited to 'mattermost.go')
-rw-r--r--mattermost.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/mattermost.go b/mattermost.go
index c555862e9..d397a1ad8 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -29,7 +29,9 @@ import (
_ "github.com/mattermost/platform/model/gitlab"
// Enterprise Deps
+ _ "github.com/dgryski/dgoogauth"
_ "github.com/go-ldap/ldap"
+ _ "github.com/mattermost/rsc/qr"
)
//ENTERPRISE_IMPORTS