aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-28 11:06:43 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-28 11:06:43 +0100
commitd03091dd01af40d125f3a6b47b076f008a7123d7 (patch)
treea0da01bf58581fe0e915e81a38efa5ccf581c6e6 /go.mod
parent21dc026a81bc623737c8cd118b57b2152c9e7d45 (diff)
downloadeasybridge-d03091dd01af40d125f3a6b47b076f008a7123d7.tar.gz
easybridge-d03091dd01af40d125f3a6b47b076f008a7123d7.zip
Add LRU cache for some DB operations
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index e44bd99..452fe93 100644
--- a/go.mod
+++ b/go.mod
@@ -10,6 +10,7 @@ require (
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/hashicorp/golang-lru v0.5.3
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