]> Cypherpunks.ru repositories - goredo.git/commitdiff
Update dependencies v0.7.0
authorSergey Matveev <stargrave@stargrave.org>
Tue, 5 Jan 2021 16:46:22 +0000 (19:46 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 5 Jan 2021 16:46:22 +0000 (19:46 +0300)
README
go.mod
go.sum

diff --git a/README b/README
index fef91e9a0e91a8123b31277a5a3dea665f756e2a..d948a31c66fb50e5826921e702d21450d056d22e 100644 (file)
--- 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 7d665e77b29b2006977523107fa77e347bbd78dc..eb7170a98c68e1e9440054b57358344de4d0f905 100644 (file)
--- 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 c9c5695c79dadca5862120544223ec8da23d52c5..7c3dc9b0ead9bfda925b078adf41c0fb8dfef625 100644 (file)
--- 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=