X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=go.mod;h=e9949197f95209bf5cf25c537fa5bcd1b83127e6;hb=a10ebfa54d3bd13045b73596d78460c4ebe2a674;hp=a32f7439a94543d585aa42c07e21f6ef5e150e1a;hpb=09e251c51776b0a54efcee74cf4db8e886a50705;p=goredo.git diff --git a/go.mod b/go.mod index a32f743..e994919 100644 --- 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 )