From: Sergey Matveev Date: Wed, 15 Feb 2023 09:12:34 +0000 (+0300) Subject: Update dependency X-Git-Url: http://www.git.stargrave.org/?p=godwmstat.git;a=commitdiff_plain;h=e7ac14999830bd0a87e5318df4bb327402f4b258 Update dependency --- diff --git a/go.mod b/go.mod index 3d70c78..18ed9b3 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module go.stargrave.org/godwmstat go 1.17 -require github.com/dustin/go-humanize v1.0.0 // indirect +require github.com/dustin/go-humanize v1.0.1 diff --git a/go.sum b/go.sum index 4d39dd1..2f95363 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo= -github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= +github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= +github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=