X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=go.mod;h=5ec7cf13c64a162b98b95429e142d875ed6fe9ce;hb=2b3f40572950d717efa76f23fb5108af56904907;hp=c0b4c49d1308a6c7979e249c4f2850a83e7c044b;hpb=eb667d00adcfeddbfa4cae4e64be5d71630f4632;p=goredo.git diff --git a/go.mod b/go.mod index c0b4c49..5ec7cf1 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module go.cypherpunks.ru/goredo go 1.12 require ( - go.cypherpunks.ru/recfile v0.4.2 - go.cypherpunks.ru/tai64n v0.2.1 - golang.org/x/sys v0.0.0-20210108172913-0df2131ae363 - golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf - lukechampine.com/blake3 v1.1.4 + go.cypherpunks.ru/recfile v0.4.3 + go.cypherpunks.ru/tai64n/v2 v2.0.0 + golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 + golang.org/x/term v0.0.0-20210422114643-f5beecf764ed + lukechampine.com/blake3 v1.1.5 )