]> Sergey Matveev's repositories - linksexp.git/commitdiff
Use faster recfile parser
authorSergey Matveev <stargrave@stargrave.org>
Mon, 5 Sep 2022 09:36:01 +0000 (12:36 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 5 Sep 2022 09:36:01 +0000 (12:36 +0300)
go.mod
go.sum

diff --git a/go.mod b/go.mod
index 51c2bc70b7ff9de96cb71da2c946c2717099e492..f17dfd354f9a4dabf1d54dd30185f71f929d1e6d 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.4.0
+require go.cypherpunks.ru/recfile v0.5.0
diff --git a/go.sum b/go.sum
index 0dda60d18efb7d8bb90652566cd6c86f4d458305..0f3ae18658397ef06d2cd359d09334cc986b8904 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-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/recfile v0.5.0 h1:VM0H6yEaN4t9Yau4ikVwgH6IPdp2IzFJDm9CqoW/ob0=
+go.cypherpunks.ru/recfile v0.5.0/go.mod h1:sR+KajB+vzofL3SFVFwKt3Fke0FaCcN1g3YPNAhU3qI=