lib/api: Update ldap package (fixes #6479) (#6481)

This commit is contained in:
Jakob Borg
2020-03-31 09:56:04 +02:00
committed by GitHub
parent 5b3466dc6e
commit 9c67d57c28
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -16,12 +16,12 @@ import (
"strings"
"time"
ldap "github.com/go-ldap/ldap/v3"
"github.com/syncthing/syncthing/lib/config"
"github.com/syncthing/syncthing/lib/events"
"github.com/syncthing/syncthing/lib/rand"
"github.com/syncthing/syncthing/lib/sync"
"golang.org/x/crypto/bcrypt"
ldap "gopkg.in/ldap.v2"
)
var (