bump lico to 0.59.4 (#5768)

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2023-03-08 17:25:55 +01:00
committed by GitHub
parent 633b4ba796
commit 971dbe8682
5 changed files with 22 additions and 45 deletions
-2
View File
@@ -14,7 +14,6 @@ import (
"github.com/gorilla/mux"
"github.com/libregraph/lico/bootstrap"
guestBackendSupport "github.com/libregraph/lico/bootstrap/backends/guest"
kcBackendSupport "github.com/libregraph/lico/bootstrap/backends/kc"
ldapBackendSupport "github.com/libregraph/lico/bootstrap/backends/ldap"
libreGraphBackendSupport "github.com/libregraph/lico/bootstrap/backends/libregraph"
licoconfig "github.com/libregraph/lico/config"
@@ -74,7 +73,6 @@ func NewService(opts ...Option) Service {
}
default:
guestBackendSupport.MustRegister()
kcBackendSupport.MustRegister()
libreGraphBackendSupport.MustRegister()
}