From 73f2d1bf84bc2483316c2ed08174de808b6c2e9f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 5 Jan 2021 19:46:22 +0300 Subject: [PATCH] Update dependencies --- README | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index fef91e9..d948a31 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 7d665e7..eb7170a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module go.cypherpunks.ru/goredo 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 c9c5695..7c3dc9b 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= -- 2.44.0