From: Sergey Matveev Date: Wed, 7 Sep 2022 08:16:04 +0000 (+0300) Subject: Use bugfixed recfile parser X-Git-Url: http://www.git.stargrave.org/?p=linksexp.git;a=commitdiff_plain;h=27e0f522ab7a1fb2b9fa881e75e25b0f95aeeb7d Use bugfixed recfile parser --- diff --git a/go.mod b/go.mod index f17dfd3..61807ba 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.5.0 +require go.cypherpunks.ru/recfile v0.5.1 diff --git a/go.sum b/go.sum index 0f3ae18..7b25be2 100644 --- 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=