mirror of
https://github.com/minio/minio.git
synced 2025-11-11 06:20:14 -05:00
vendorize: update all vendorized packages. (#2206)
Bring in new changes from upstream for all the packages. Important ones include - gorilla/mux - logrus - jwt
This commit is contained in:
1
vendor/github.com/dustin/go-humanize/times.go
generated
vendored
1
vendor/github.com/dustin/go-humanize/times.go
generated
vendored
@@ -76,7 +76,6 @@ func RelTime(a, b time.Time, albl, blbl string) string {
|
||||
for _, ch := range mag.format {
|
||||
if escaped {
|
||||
switch ch {
|
||||
case '%':
|
||||
case 's':
|
||||
args = append(args, lbl)
|
||||
case 'd':
|
||||
|
||||
Reference in New Issue
Block a user