mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
14 lines
302 B
Modula-2
14 lines
302 B
Modula-2
module github.com/ncruces/go-sqlite3
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/ncruces/julianday v0.1.5
|
|
github.com/psanford/httpreadat v0.1.0
|
|
github.com/tetratelabs/wazero v1.1.1-0.20230522055633-256b7a4bf970
|
|
golang.org/x/sync v0.2.0
|
|
golang.org/x/sys v0.8.0
|
|
)
|
|
|
|
retract v0.4.0 // tagged from the wrong branch
|