X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=go.mod;h=cf6574d007056d57a3118e082e3e841a2c278fb1;hb=62b2e8c9703911742585409ad3dfadab99273938;hp=d84935d956a1c9e9e34b5c3409928d34908b3427;hpb=ed1eee2bb1af01c288709f8bd730a7f9012a02c0;p=goredo.git diff --git a/go.mod b/go.mod index d84935d..cf6574d 100644 --- a/go.mod +++ b/go.mod @@ -3,10 +3,10 @@ module go.cypherpunks.ru/goredo go 1.12 require ( - github.com/klauspost/cpuid/v2 v2.1.1 // indirect - go.cypherpunks.ru/recfile v0.5.0 + 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.0.0-20220825204002-c680a09ffe64 - golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 + golang.org/x/sys v0.1.0 + golang.org/x/term v0.1.0 lukechampine.com/blake3 v1.1.7 )