go.mod | 2 +- go.sum | 4 ++-- diff --git a/go.mod b/go.mod index 0a91e1630a5753241aa2bbd1854edc3c09c6e11c2556a1a7926515b63c741609..5ddd70544247ecd485b8877503d0e7d29dbf900968a86ac61c606e93ee69f761 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 4f89ea40df43dd72a9ee4bb17b5304a77cd360409cd05cc9431c6210cfbb63c5..96334064e1f54c43b73a6cbd80267698aac7056087d4b3ad4f9156f293de19a1 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=