README | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- diff --git a/README b/README index 34487df263334e3dc958899391b8ab5727048fe2ba51bb6c022a3546005106c1..6ea02609dee46d5c7cec9cbb40e629c367972a5ddb5c143fc4d98feeef98e275 100644 --- a/README +++ b/README @@ -28,9 +28,9 @@ problems with the authenticity on your side, then build it manually: > $ git clone git://git.cypherpunks.ru/goredo.git $ cd goredo - $ git tag -v v0.6.2 + $ git tag -v v0.7.0 $ git clone git://git.cypherpunks.ru/gorecfile.git - $ ( cd gorecfile ; git tag -v v0.3.0 ) + $ ( cd gorecfile ; git tag -v v0.4.0 ) $ echo "replace go.cypherpunks.ru/recfile => `pwd`/gorecfile" >> go.mod $ git clone git://git.cypherpunks.ru/gotai64n.git $ ( cd gotai64n ; git tag -v v0.2.0 ) diff --git a/go.mod b/go.mod index c0c773b118bf61a46dcd642a4593d9a6682aabd0785c6fcdc02aa7adb6bf0d88..bf5e048b8a0958ce900d74dfe37c7d9d078c251b105db0e03507c117894d7a20 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ go 1.14 require ( - go.cypherpunks.ru/recfile v0.3.0 + go.cypherpunks.ru/recfile v0.4.0 go.cypherpunks.ru/tai64n v0.2.0 golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 golang.org/x/sys v0.0.0-20201117222635-ba5294a509c7 diff --git a/go.sum b/go.sum index 025679d48a46df95f15cad86ca3edefe318dbfc4c17371b95655fc3840e38a8e..2e1a4fa3f08929f449c855458c331e821f6d273888052841405440550598697d 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -go.cypherpunks.ru/recfile v0.3.0 h1:aZRMMst8hoNOIhGjCA/VxjTN5VBSEN4W4zyhWF/7xSU= -go.cypherpunks.ru/recfile v0.3.0/go.mod h1:p1ZUMeyQQbQg+ICtKH3+Zt59QLI0tCZYZj/75Vp1buk= +go.cypherpunks.ru/recfile v0.4.0 h1:BvNraS8PPVGKvcttbSfdOmTUsmLRke6OuN4z6SeKQNk= +go.cypherpunks.ru/recfile v0.4.0/go.mod h1:p1ZUMeyQQbQg+ICtKH3+Zt59QLI0tCZYZj/75Vp1buk= go.cypherpunks.ru/tai64n v0.2.0 h1:ox04T0m9wVngTb5tDwrPyifukr01c6iJXHHJldlMQu8= go.cypherpunks.ru/tai64n v0.2.0/go.mod h1:mjuUq/ZQAOEKvzAAl25RIrN6JExWA4fRkOs7o7OVvYE= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=