go.mod | 2 +- go.sum | 4 ++-- main.go | 2 +- diff --git a/go.mod b/go.mod index 034d77523de0eef4cb551a743bac0c7beb3290e65f0c48479d80738d202fae87..397c19755805387654c980f6c87b291be5b736ef3e89784eacc331f3cd3d41c3 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/v2 v2.0.0 +require go.cypherpunks.su/recfile/v3 v3.0.0 diff --git a/go.sum b/go.sum index 5047dd54dcc719a3b1b1ba4c8b1c9ed03a5e8f5ae437bb98cf5b8fda19565fc7..c7ed0f78ec243fcc8ed63c6f79e9a492b2b764798afb0a67f6969a9584451b13 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -go.cypherpunks.su/recfile/v2 v2.0.0 h1:Q2o+OzM1H2O1WnshU88r+waBqylkqZj8plBdBWZitcU= -go.cypherpunks.su/recfile/v2 v2.0.0/go.mod h1:36EnyBwx6VpsSM5MMcYGTDiKrVEP49S09p33EFuhQYU= +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= diff --git a/main.go b/main.go index b177110e3bbdf7ddd4c73133757b469dfe694559303c4e528fd1dfd0b23d2e56..680505cfe803fb99e55ff12179fd5df2e8e04ee3b472df1efa1bfec47a84fd29 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ "sort" "strings" "time" - "go.cypherpunks.su/recfile/v2" + "go.cypherpunks.su/recfile/v3" ) type ByTitle []map[string][]string