]> Sergey Matveev's repositories - linksexp.git/commitdiff
Use bugfixed recfile parser
authorSergey Matveev <stargrave@stargrave.org>
Wed, 7 Sep 2022 08:16:04 +0000 (11:16 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 7 Sep 2022 08:16:04 +0000 (11:16 +0300)
go.mod
go.sum

diff --git a/go.mod b/go.mod
index f17dfd354f9a4dabf1d54dd30185f71f929d1e6d..61807bab8c4bddf2860adeb63248fbfa1b2985cc 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@ module go.stargrave.org/linksexp
 
 go 1.14
 
-require go.cypherpunks.ru/recfile v0.5.0
+require go.cypherpunks.ru/recfile v0.5.1
diff --git a/go.sum b/go.sum
index 0f3ae18658397ef06d2cd359d09334cc986b8904..7b25be2a50d37f9157c311c8b3feb11cf1a8e649 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-go.cypherpunks.ru/recfile v0.5.0 h1:VM0H6yEaN4t9Yau4ikVwgH6IPdp2IzFJDm9CqoW/ob0=
-go.cypherpunks.ru/recfile v0.5.0/go.mod h1:sR+KajB+vzofL3SFVFwKt3Fke0FaCcN1g3YPNAhU3qI=
+go.cypherpunks.ru/recfile v0.5.1 h1:Sk9Og/7aybvg4PrZdhyFSeEdS6wvcisvd+1oGf8uFyU=
+go.cypherpunks.ru/recfile v0.5.1/go.mod h1:sR+KajB+vzofL3SFVFwKt3Fke0FaCcN1g3YPNAhU3qI=