X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=go.mod;h=46f338acde23584323ddd893f6b796ffc33dcf9a;hb=HEAD;hp=e26d71806744a270d338586deb9dbcd85381ce00;hpb=ad5bcb5f789d5cdda5efbfb65af94ef2f290068c;p=goredo.git diff --git a/go.mod b/go.mod index e26d718..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.0.12 // indirect - go.cypherpunks.ru/recfile v0.4.3 - go.cypherpunks.ru/tai64n/v2 v2.0.0 - golang.org/x/sys v0.0.0-20220222200937-f2425489ef4c - golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 - 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