update glauth to use go-micro v3

This commit is contained in:
A.Unger
2021-02-18 08:00:02 +00:00
committed by Jörn Friedrich Dreyer
parent 005f47d436
commit af33d62a9a
3 changed files with 115 additions and 70 deletions
+1 -1
View File
@@ -8,9 +8,9 @@ import (
"strconv"
"strings"
"github.com/asim/go-micro/v3/metadata"
"github.com/glauth/glauth/pkg/handler"
"github.com/glauth/glauth/pkg/stats"
"github.com/micro/go-micro/v2/metadata"
ber "github.com/nmcclain/asn1-ber"
"github.com/nmcclain/ldap"
accounts "github.com/owncloud/ocis/accounts/pkg/proto/v0"