From: Sergey Matveev Date: Sun, 30 Jun 2024 08:42:06 +0000 (+0300) Subject: Update dependencies X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=55143adfc705992bb5e8cf30dd138189af44236a35547898e5457149ef2ed232;p=glocate.git Update dependencies --- diff --git a/go.mod b/go.mod index 7d95a30..e63bbf0 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,8 @@ module go.stargrave.org/glocate -go 1.18 +go 1.22.4 -require github.com/dustin/go-humanize v1.0.0 - -require github.com/klauspost/compress v1.15.9 +require ( + github.com/dustin/go-humanize v1.0.1 + github.com/klauspost/compress v1.17.9 +) diff --git a/go.sum b/go.sum index 568acaa..e426905 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -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/klauspost/compress v1.15.9 h1:wKRjX6JRtDdrE9qwa4b/Cip7ACOshUI4smpCQanqjSY= -github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU= +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= +github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA= +github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=