Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit a3fd909

Browse files
fix(deps): update module github.com/dustin/go-humanize to v1.0.1
1 parent aa75fbf commit a3fd909

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/cespare/xxhash v1.1.0
99
github.com/docker/cli v0.0.0-20190906153656-016a3232168d
1010
github.com/docker/docker v24.0.7+incompatible
11-
github.com/dustin/go-humanize v1.0.0
11+
github.com/dustin/go-humanize v1.0.1
1212
github.com/fatih/color v1.7.0
1313
github.com/google/uuid v1.1.1
1414
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw
4444
github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
4545
github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=
4646
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
47+
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
48+
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
4749
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
4850
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
4951
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=

0 commit comments

Comments
 (0)