]> Sergey Matveev's repositories - glocate.git/commitdiff
Update dependencies
authorSergey Matveev <stargrave@stargrave.org>
Sun, 30 Jun 2024 08:42:06 +0000 (11:42 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 30 Jun 2024 08:42:06 +0000 (11:42 +0300)
go.mod
go.sum

diff --git a/go.mod b/go.mod
index 7d95a307792df055072c49908b254f1d7104f6872fe699f79df78e2f5f315f2c..e63bbf0a8a9da4e75438c27a03b8457d25e7b346dee9abb5b2b4786b5cd0795b 100644 (file)
--- 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 568acaac67a8ceacd643b3927d665ea337dccc412d49088ad5449810553ca241..e42690576bc7cd810242575c9d0d36b5591476bd87cdee2e177f3cbd156b9d86 100644 (file)
--- 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=