diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,7 +7,9 @@ require ( github.com/blang/semver v3.5.1+incompatible // indirect github.com/dyatlov/go-opengraph v0.0.0-20180429202543-816b6608b3c8 // indirect github.com/go-ldap/ldap v3.0.3+incompatible // indirect + github.com/go-ldap/ldap/v3 v3.1.7 github.com/gorilla/mux v1.7.4 + github.com/gorilla/sessions v1.2.0 github.com/jinzhu/gorm v1.9.12 github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7 github.com/matterbridge/go-xmpp v0.0.0-20180529212104-cd19799fba91 |