Files
sqlite3/go.mod

23 lines
488 B
Modula-2
Raw Normal View History

2023-01-12 05:57:09 +00:00
module github.com/ncruces/go-sqlite3
2023-01-11 14:58:20 +00:00
2023-08-09 16:12:52 +01:00
go 1.21
2023-01-11 14:58:20 +00:00
2024-07-03 14:59:49 +01:00
toolchain go1.22.5
2023-01-17 23:31:35 +00:00
require (
2024-06-18 23:42:20 +01:00
github.com/dchest/siphash v1.2.3
github.com/ncruces/julianday v1.0.0
2024-06-11 22:57:29 +01:00
github.com/ncruces/sort v0.1.2
2023-05-23 16:34:09 +01:00
github.com/psanford/httpreadat v0.1.0
2024-06-11 22:57:29 +01:00
github.com/tetratelabs/wazero v1.7.3
golang.org/x/crypto v0.24.0
golang.org/x/sync v0.7.0
2024-07-04 19:38:26 +01:00
golang.org/x/sys v0.22.0
golang.org/x/text v0.16.0
lukechampine.com/adiantum v1.1.1
2023-01-17 23:31:35 +00:00
)
2023-03-01 13:27:50 +00:00
2024-07-04 15:28:49 +01:00
require github.com/google/uuid v1.6.0
2023-03-01 13:27:50 +00:00
retract v0.4.0 // tagged from the wrong branch