deps: pin reviewed pre-release components

Select merged MCLI, Console, and silo-pkg source commits under GOWORK=off so the Server module graph matches the reviewed client, policy, and environment behavior.

Signed-off-by: Feng Ruohang <rh@vonng.com>
This commit is contained in:
Feng Ruohang
2026-08-29 19:23:43 +08:00
parent 82509ddc0a
commit 4d6e1ea8ea
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -9,16 +9,16 @@ replace github.com/minio/minio-go/v7 => github.com/pgsty/silo-go/v7 v7.3.1
// Use Pigsty's SILO Console v2.2.1 release while preserving upstream import paths.
// The pseudo-version pins v2.2.1's commit because the compatible module path has no /v2 suffix.
replace github.com/minio/console => github.com/pgsty/silo-console v0.0.0-20260826175040-fc1299bbc175
replace github.com/minio/console => github.com/pgsty/silo-console v0.0.0-20260829111139-e07ef01ab8bf
// Use Pigsty's maintained mc fork for Console's embedded client code.
replace github.com/minio/mc => github.com/pgsty/mc v0.0.0-20260826171527-70a2950478e1
replace github.com/minio/mc => github.com/pgsty/mc v0.0.0-20260829103737-5ed037ef4ec1
// Use Pigsty's maintained SILO package fork while preserving upstream import paths.
// This retains the LDAP TLS fix tracked in https://github.com/pgsty/silo/issues/15.
// v3.12.2 retains the minio/minio#20449 bucket-write boundary hardening,
// rejects bare ARN prefixes on strict policy-write paths, and selects Silo Go v7.3.1.
replace github.com/minio/pkg/v3 => github.com/pgsty/silo-pkg/v3 v3.12.2
replace github.com/minio/pkg/v3 => github.com/pgsty/silo-pkg/v3 v3.12.3-0.20260829103855-748c94bf8ab7
// v22.7.0 does not compile on NetBSD because its unix implementation uses
// CLOCK_MONOTONIC, which is unavailable there. Keep the last portable release