]> Sergey Matveev's repositories - linksexp.git/commitdiff
Move to stargrave.org master
authorSergey Matveev <stargrave@stargrave.org>
Mon, 23 Mar 2026 13:51:43 +0000 (16:51 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 23 Mar 2026 13:51:43 +0000 (16:51 +0300)
go.mod
go.sum
main.go

diff --git a/go.mod b/go.mod
index 9c2812640ce5c9336a3f6b549463952b88305589..f92659296b03a757cfa754668522711c4910895f 100644 (file)
--- 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 5a76f4b8a2ef9ad43a328636ad4a8bbb26ab85ae..3a4c951c1c30a5778b3b20e90108f25a4ad6d14f 100644 (file)
--- 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 f11214894c9ae2819648c37de6afa75542108614..29159c21c14774ac9e82688c1762077060cdd113 100644 (file)
--- 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