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:
Harshavardhana
2019-07-12 23:32:27 -07:00
committed by GitHub
parent 000a60f238
commit 16a45e5aff
4 changed files with 21 additions and 19 deletions

2
go.mod
View File

@@ -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