From: Sergey Matveev Date: Mon, 5 Sep 2022 09:36:01 +0000 (+0300) Subject: Use faster recfile parser X-Git-Url: http://www.git.stargrave.org/?p=linksexp.git;a=commitdiff_plain;h=988dc2c1aee4daaa4845fd6649b764a63b189c04 Use faster recfile parser --- diff --git a/go.mod b/go.mod index 51c2bc7..f17dfd3 100644 --- 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 0dda60d..0f3ae18 100644 --- 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=