This commit is contained in:
Nuno Cruces
2025-11-11 23:03:31 +00:00
parent 3132b272de
commit bab2d26652
10 changed files with 32 additions and 32 deletions

8
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/ncruces/julianday v1.0.0
github.com/ncruces/sort v0.1.6
github.com/ncruces/wbt v0.2.0
github.com/tetratelabs/wazero v1.10.0
github.com/tetratelabs/wazero v1.10.1
golang.org/x/sys v0.38.0
)
@@ -14,9 +14,9 @@ require (
github.com/dchest/siphash v1.2.3 // ext/bloom
github.com/google/uuid v1.6.0 // ext/uuid
github.com/psanford/httpreadat v0.1.0 // example
golang.org/x/crypto v0.43.0 // vfs/adiantum vfs/xts
golang.org/x/sync v0.17.0 // test
golang.org/x/text v0.30.0 // ext/unicode
golang.org/x/crypto v0.44.0 // vfs/adiantum vfs/xts
golang.org/x/sync v0.18.0 // test
golang.org/x/text v0.31.0 // ext/unicode
lukechampine.com/adiantum v1.1.1 // vfs/adiantum
)