forked from TrueCloudLab/restic
Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
parent
9d0f13c4c0
commit
946c8399e2
2985 changed files with 1008107 additions and 118934 deletions
2
vendor/github.com/dustin/go-humanize/comma.go
generated
vendored
2
vendor/github.com/dustin/go-humanize/comma.go
generated
vendored
|
@ -15,7 +15,7 @@ import (
|
|||
func Comma(v int64) string {
|
||||
sign := ""
|
||||
|
||||
// minin64 can't be negated to a usable value, so it has to be special cased.
|
||||
// Min int64 can't be negated to a usable value, so it has to be special cased.
|
||||
if v == math.MinInt64 {
|
||||
return "-9,223,372,036,854,775,808"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue