X-Git-Url: http://www.git.stargrave.org/?p=glocate.git;a=blobdiff_plain;f=go.mod;h=7d95a307792df055072c49908b254f1d7104f6872fe699f79df78e2f5f315f2c;hp=f8654fc71f5b20da772216ab5c99b8f3d5c0d4e6f80285b811eb9ef3a932a85b;hb=db65ffeff7274def395c8ee747873d0e9d8250b75f543b6ac0d7bbd079cce66d;hpb=d5b8c235a1f3088c6c1e7261df3d1b565d042db2ba2ad1bbd1018782b9178e1f diff --git a/go.mod b/go.mod index f8654fc..7d95a30 100644 --- a/go.mod +++ b/go.mod @@ -3,3 +3,5 @@ module go.stargrave.org/glocate go 1.18 require github.com/dustin/go-humanize v1.0.0 + +require github.com/klauspost/compress v1.15.9