From d03091dd01af40d125f3a6b47b076f008a7123d7 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 28 Feb 2020 11:06:43 +0100 Subject: Add LRU cache for some DB operations --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') 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 -- cgit v1.2.3