X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=go.mod;h=eedb387559b2dbe3cc8ac57c17dea58ab47fb87e;hp=6f099cfebea47d518b770d7ee3e3efaf177e8e8c;hb=8ce628c944d5f72f7383ec123f84c433c25512b6;hpb=fed124f1460226ab037657bac5717bdb49bf6b78 diff --git a/go.mod b/go.mod index 6f099cf..eedb387 100644 --- a/go.mod +++ b/go.mod @@ -5,9 +5,9 @@ go 1.17 require ( go.cypherpunks.ru/recfile v0.5.1 go.cypherpunks.ru/tai64n/v2 v2.0.0 - golang.org/x/sys v0.2.0 - golang.org/x/term v0.2.0 + golang.org/x/sys v0.4.0 + golang.org/x/term v0.4.0 lukechampine.com/blake3 v1.1.7 ) -require github.com/klauspost/cpuid/v2 v2.2.0 // indirect +require github.com/klauspost/cpuid/v2 v2.2.3 // indirect