]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - go.mod
WARC
[tofuproxy.git] / go.mod
diff --git a/go.mod b/go.mod
index b8365611a2b398d8fa59a41b565137bf7cf21f25..0dd2f4328cca9d716b758b40d90b79c076a3a7e2 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,10 @@ go 1.17
 
 require (
        github.com/dustin/go-humanize v1.0.0
+       github.com/klauspost/compress v1.13.6
        github.com/miekg/dns v1.1.29
        go.cypherpunks.ru/tai64n/v2 v2.0.0
-       go.cypherpunks.ru/ucspi v0.0.0-20210904200151-57c1e9924fef
+       go.cypherpunks.ru/ucspi v0.0.0-20210908140534-cfdc20a8225f
 )
 
 require (