2023-01-12 05:57:09 +00:00
|
|
|
module github.com/ncruces/go-sqlite3
|
2023-01-11 14:58:20 +00:00
|
|
|
|
2025-01-24 10:46:05 +00:00
|
|
|
go 1.22
|
2023-01-11 14:58:20 +00:00
|
|
|
|
2024-08-14 16:54:24 +01:00
|
|
|
toolchain go1.23.0
|
2024-07-03 14:59:49 +01:00
|
|
|
|
2023-01-17 23:31:35 +00:00
|
|
|
require (
|
2023-10-19 00:34:35 +01:00
|
|
|
github.com/ncruces/julianday v1.0.0
|
2025-02-10 12:44:11 +00:00
|
|
|
github.com/ncruces/sort v0.1.5
|
2024-11-25 22:34:34 +00:00
|
|
|
github.com/tetratelabs/wazero v1.8.2
|
2025-02-08 08:40:31 +00:00
|
|
|
golang.org/x/crypto v0.33.0
|
2025-02-05 19:02:19 +01:00
|
|
|
golang.org/x/sys v0.30.0
|
2024-11-08 10:28:31 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
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
|
2025-02-04 23:35:35 +01:00
|
|
|
golang.org/x/sync v0.11.0 // test
|
|
|
|
|
golang.org/x/text v0.22.0 // ext/unicode
|
2024-11-08 10:28:31 +00:00
|
|
|
lukechampine.com/adiantum v1.1.1 // vfs/adiantum
|
2023-01-17 23:31:35 +00:00
|
|
|
)
|
2023-03-01 13:27:50 +00:00
|
|
|
|
|
|
|
|
retract v0.4.0 // tagged from the wrong branch
|