]> Cypherpunks.ru repositories - goredo.git/blobdiff - go.mod
Fix lack of .redo-prefix in temporary files
[goredo.git] / go.mod
diff --git a/go.mod b/go.mod
index 734dcaf776af4183b3069c05b7280de5c12c16ae..d84935d956a1c9e9e34b5c3409928d34908b3427 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,12 @@
 module go.cypherpunks.ru/goredo
 
-go 1.14
+go 1.12
 
 require (
-       go.cypherpunks.ru/recfile v0.3.0
-       golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
-       golang.org/x/sys v0.0.0-20201117222635-ba5294a509c7
+       github.com/klauspost/cpuid/v2 v2.1.1 // indirect
+       go.cypherpunks.ru/recfile v0.5.0
+       go.cypherpunks.ru/tai64n/v2 v2.0.0
+       golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64
+       golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
+       lukechampine.com/blake3 v1.1.7
 )