mirror of
https://github.com/pgsty/minio.git
synced 2026-09-26 04:45:59 +03:00
build: converge the final 20260903 dependency graph
Adopt silo-pkg v3.13.2, the 20260903 mcli release, and the latest validated SILO Console commit. Move maintained source imports to the pgsty/silo-pkg module path, refresh the resulting dependency closure and credits, and keep only documented legacy minio/pkg transitive residue. Signed-off-by: Feng Ruohang <rh@vonng.com>
This commit is contained in:
@@ -28,7 +28,7 @@ import (
|
||||
"github.com/minio/madmin-go/v3"
|
||||
"github.com/minio/minio/internal/config"
|
||||
"github.com/minio/minio/internal/crypto"
|
||||
"github.com/minio/pkg/v3/ldap"
|
||||
"github.com/pgsty/silo-pkg/v3/ldap"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -27,7 +27,7 @@ import (
|
||||
ldap "github.com/go-ldap/ldap/v3"
|
||||
"github.com/minio/minio-go/v7/pkg/set"
|
||||
"github.com/minio/minio/internal/auth"
|
||||
xldap "github.com/minio/pkg/v3/ldap"
|
||||
xldap "github.com/pgsty/silo-pkg/v3/ldap"
|
||||
)
|
||||
|
||||
var errAuthentication = errors.New("ldap authentication failed")
|
||||
|
||||
Reference in New Issue
Block a user