From e7ac14999830bd0a87e5318df4bb327402f4b258 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 15 Feb 2023 12:12:34 +0300 Subject: [PATCH] Update dependency --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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= -- 2.44.0