X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=go.mod;h=46f338acde23584323ddd893f6b796ffc33dcf9a;hb=HEAD;hp=cf6574d007056d57a3118e082e3e841a2c278fb1;hpb=62b2e8c9703911742585409ad3dfadab99273938;p=goredo.git diff --git a/go.mod b/go.mod index cf6574d..46f338a 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,14 @@ module go.cypherpunks.ru/goredo -go 1.12 +go 1.20 require ( - github.com/klauspost/cpuid/v2 v2.1.2 // indirect - go.cypherpunks.ru/recfile v0.5.1 - go.cypherpunks.ru/tai64n/v2 v2.0.0 - golang.org/x/sys v0.1.0 - golang.org/x/term v0.1.0 - lukechampine.com/blake3 v1.1.7 + github.com/google/uuid v1.3.1 + go.cypherpunks.ru/recfile v0.7.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 ) + +require github.com/klauspost/cpuid/v2 v2.2.5 // indirect