go.mod | 2 +- go.sum | 4 ++-- main.go | 2 +- diff --git a/go.mod b/go.mod index 397c19755805387654c980f6c87b291be5b736ef3e89784eacc331f3cd3d41c3..f1fd037f984ed1fe7cc4baf8c5b1118827315c6f2de97ea844b67e5c31e1a917 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 c7ed0f78ec243fcc8ed63c6f79e9a492b2b764798afb0a67f6969a9584451b13..ce9b00752ec92ac55df7277497d2c188d087de43e7c3b9a856725324a714b5b6 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 0876ddd8bc96df279855cf133fa09882357b23b7335655ad474006dd7a1976ff..af26aeeab442ebdd4a7b24002063c06e0bb4d0d87964cdd592e88d5caac818e1 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ "sort" "strings" "time" - "go.cypherpunks.su/recfile/v3" + "go.stargrave.org/recfile/v4" ) type ByTitle []map[string][]string