From: Sergey Matveev Date: Mon, 23 Mar 2026 13:51:43 +0000 (+0300) Subject: Move to stargrave.org X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=3a89f4df14136a7b0590222cf46ed3274693a3dc;p=linksexp.git Move to stargrave.org --- diff --git a/go.mod b/go.mod index 9c28126..f926592 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module go.stargrave.org/linksexp go 1.24.3 -require go.cypherpunks.su/recfile/v3 v3.0.0 +require go.stargrave.org/recfile/v4 v4.0.0 diff --git a/go.sum b/go.sum index 5a76f4b..3a4c951 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -go.cypherpunks.su/recfile/v3 v3.0.0 h1:cHuH9GK153v+XJogb4XxuDMaC+RGmn4G2G5MLJ3SIpc= -go.cypherpunks.su/recfile/v3 v3.0.0/go.mod h1:JAkipcy9IUNuYMR+vfNqf/f6KydLdhw1TBaOnNjdHv4= +go.stargrave.org/recfile/v4 v4.0.0 h1:v9kZnW/e64oPfOqArGMNZacuT57lDibd24xhEiBDQ/c= +go.stargrave.org/recfile/v4 v4.0.0/go.mod h1:IGi8kMociIlDoR8iOssyUG/uix+wmsqvBuiDeQXsIuE= diff --git a/main.go b/main.go index f112148..29159c2 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ import ( "strings" "time" - "go.cypherpunks.su/recfile/v3" + "go.stargrave.org/recfile/v4" ) type ByTitle []map[string][]string