]> Cypherpunks.ru repositories - goredo.git/blobdiff - go.mod
BLAKE3 instead of BLAKE2b
[goredo.git] / go.mod
diff --git a/go.mod b/go.mod
index 1c1f78257bab648ade83ad21bda79b02b7e2dbd9..bf4f3c02195e095fe05b376314168f60c642d2c2 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,9 @@ module go.cypherpunks.ru/goredo
 go 1.12
 
 require (
-       go.cypherpunks.ru/recfile v0.4.0
-       go.cypherpunks.ru/tai64n v0.2.0
-       golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
+       go.cypherpunks.ru/recfile v0.4.1
+       go.cypherpunks.ru/tai64n v0.2.1
        golang.org/x/sys v0.0.0-20210108172913-0df2131ae363
        golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
+       lukechampine.com/blake3 v1.1.4
 )