vendor: resync with dep ensure

This commit is contained in:
Nick Craig-Wood 2017-09-23 11:50:14 +01:00
parent 6f2a6dfbc5
commit 6390bb2b09
15 changed files with 899 additions and 37 deletions

View file

@ -556,6 +556,10 @@ func UnquoteUsage(flag *Flag) (name string, usage string) {
name = "int"
case "uint64":
name = "uint"
case "stringSlice":
name = "strings"
case "intSlice":
name = "ints"
}
return