]> Cypherpunks repositories - nncp.git/commitdiff
recfile does not need 1.24
authorSergey Matveev <stargrave@stargrave.org>
Fri, 19 Sep 2025 12:54:07 +0000 (15:54 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 19 Sep 2025 13:41:56 +0000 (16:41 +0300)
doc/download.texi
src/go.mod
src/go.sum

index 09924694c8a9957f2474fa01aeac42272983e3f5..58b2996674fc09df1152c6edc1bdd2673b78f957 100644 (file)
@@ -24,7 +24,7 @@ Tarballs include all necessary required libraries:
 @item @code{github.com/klauspost/cpuid} @tab BSD 3-Clause
 @item @code{github.com/quic-go/quic-go} @tab Expat
 @item @code{go.cypherpunks.ru/balloon} @tab GNU LGPLv3
-@item @code{go.cypherpunks.su/recfile/v2} @tab GNU GPLv3
+@item @code{go.cypherpunks.su/recfile/v3} @tab GNU GPLv3
 @item @code{golang.org/x/crypto} @tab BSD 3-Clause
 @item @code{golang.org/x/net} @tab BSD 3-Clause
 @item @code{golang.org/x/sys} @tab BSD 3-Clause
index 97b0793e4501f83b2e2dea0e25a83b22453128c3..7ed1e0410cc98a3c29ebe90987d6434c21196aef 100644 (file)
@@ -1,5 +1,7 @@
 module go.cypherpunks.su/nncp/v8
 
+go 1.22.0
+
 require (
        github.com/Arceliar/ironwood v0.0.0-20240529054413-b8e59574e2b2
        github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892
@@ -12,7 +14,7 @@ require (
        github.com/klauspost/compress v1.17.9
        github.com/yggdrasil-network/yggdrasil-go v0.5.6
        go.cypherpunks.ru/balloon v1.1.1
-       go.cypherpunks.su/recfile/v3 v3.0.0
+       go.cypherpunks.su/recfile/v3 v3.1.0
        golang.org/x/crypto v0.25.0
        golang.org/x/net v0.27.0
        golang.org/x/sys v0.22.0
@@ -38,7 +40,3 @@ require (
        golang.org/x/time v0.5.0 // indirect
        golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
 )
-
-go 1.22.0
-
-toolchain go1.22.5
index f0b0bc9ae1ee6ab972dbf9f6de94a53f2c81ed3e..6b8a2f6889837e8cf5a114491182b1fe2236716f 100644 (file)
@@ -67,8 +67,8 @@ github.com/yggdrasil-network/yggdrasil-go v0.5.6/go.mod h1:WAqMZ4e1QSf/EKbzfD77X
 github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
 go.cypherpunks.ru/balloon v1.1.1 h1:ypHM1DRf/XuCrp9pDkTHg00CqZX/Np/APb//iHvDJTA=
 go.cypherpunks.ru/balloon v1.1.1/go.mod h1:k4s4ozrIrhpBjj78Z7LX8ZHxMQ+XE7DZUWl8gP2ojCo=
-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.cypherpunks.su/recfile/v3 v3.1.0 h1:ZWO7Q6taGkaEl5X0oL+/5LOyoufzH0LRU2dee7RwZFg=
+go.cypherpunks.su/recfile/v3 v3.1.0/go.mod h1:KK9cp7tYNWcHnTIaGso2H6PCJne8cVWk5VYB02b9ffI=
 go.uber.org/mock v0.4.0 h1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU=
 go.uber.org/mock v0.4.0/go.mod h1:a6FSlNadKUHUa9IP5Vyt1zh4fC7uAwxMutEAscFbkZc=
 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=