Files
sqlite3/go.mod

15 lines
300 B
Modula-2
Raw Permalink 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
go 1.19
2023-01-17 23:31:35 +00:00
require (
2023-02-10 14:14:19 +00:00
github.com/ncruces/julianday v0.1.5
2023-05-23 16:34:09 +01:00
github.com/psanford/httpreadat v0.1.0
2023-06-15 03:37:59 +01:00
github.com/tetratelabs/wazero v1.2.1
golang.org/x/sync v0.3.0
2023-07-04 19:48:47 +01:00
golang.org/x/sys v0.10.0
2023-06-30 02:49:21 +01:00
golang.org/x/text v0.10.0
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