]> Cypherpunks.ru repositories - goredo.git/blobdiff - go.mod
Update dependencies
[goredo.git] / go.mod
diff --git a/go.mod b/go.mod
index a32f7439a94543d585aa42c07e21f6ef5e150e1a..e9949197f95209bf5cf25c537fa5bcd1b83127e6 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,12 @@
 module go.cypherpunks.ru/goredo
 
-go 1.17
+go 1.20
 
 require (
        go.cypherpunks.ru/recfile v0.7.0
-       go.cypherpunks.ru/tai64n/v2 v2.0.0
-       golang.org/x/sys v0.8.0
-       golang.org/x/term v0.8.0
+       go.cypherpunks.ru/tai64n/v2 v2.0.1
+       golang.org/x/sys v0.11.0
+       golang.org/x/term v0.11.0
        lukechampine.com/blake3 v1.2.1
 )