mirror of
https://github.com/minio/minio.git
synced 2025-12-06 07:42:32 -05:00
Fix dynamic help vars for sub-commands (#7925)
The fix in #7646 introduced a regression which was left unnoticed, the fix didn't work for sub-commands unfortunately. This fixes it by moving v1.21.0 version of the minio/cli package. Fixes #7924
This commit is contained in:
2
go.mod
2
go.mod
@@ -53,7 +53,7 @@ require (
|
||||
github.com/marstr/guid v1.1.0 // indirect
|
||||
github.com/mattn/go-isatty v0.0.7
|
||||
github.com/miekg/dns v1.1.8
|
||||
github.com/minio/cli v1.20.0
|
||||
github.com/minio/cli v1.21.0
|
||||
github.com/minio/dsync/v2 v2.0.0
|
||||
github.com/minio/hdfs/v3 v3.0.0
|
||||
github.com/minio/highwayhash v1.0.0
|
||||
|
||||
Reference in New Issue
Block a user