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:
Feng Ruohang
2026-09-03 20:54:40 +08:00
parent 1eccc6908b
commit 9b11dc9469
192 changed files with 1629 additions and 969 deletions
+3 -3
View File
@@ -62,9 +62,9 @@ import (
"github.com/minio/minio/internal/logger/message/audit"
"github.com/minio/minio/internal/rest"
"github.com/minio/mux"
"github.com/minio/pkg/v3/certs"
"github.com/minio/pkg/v3/env"
xnet "github.com/minio/pkg/v3/net"
"github.com/pgsty/silo-pkg/v3/certs"
"github.com/pgsty/silo-pkg/v3/env"
xnet "github.com/pgsty/silo-pkg/v3/net"
"golang.org/x/oauth2"
)