]> Sergey Matveev's repositories - glocate.git/blobdiff - go.mod
Return zstd back
[glocate.git] / go.mod
diff --git a/go.mod b/go.mod
index 21a56ac38d3ed69bd8f41c743cbc4a7ceae01008c8cf7e616b6257df13950558..7d95a307792df055072c49908b254f1d7104f6872fe699f79df78e2f5f315f2c 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,6 @@ module go.stargrave.org/glocate
 
 go 1.18
 
-require (
-       github.com/dustin/go-humanize v1.0.0
-       github.com/klauspost/compress v1.15.8
-)
+require github.com/dustin/go-humanize v1.0.0
+
+require github.com/klauspost/compress v1.15.9