mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 14:09:13 +00:00
15 lines
300 B
Modula-2
15 lines
300 B
Modula-2
module github.com/ncruces/go-sqlite3
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/ncruces/julianday v0.1.5
|
|
github.com/psanford/httpreadat v0.1.0
|
|
github.com/tetratelabs/wazero v1.4.0
|
|
golang.org/x/sync v0.3.0
|
|
golang.org/x/sys v0.11.0
|
|
golang.org/x/text v0.12.0
|
|
)
|
|
|
|
retract v0.4.0 // tagged from the wrong branch
|