-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 664 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/ncruces/go-sqlite3
go 1.25.0
require (
github.com/ncruces/go-sqlite3-wasm/v2 v2.1.35300
github.com/ncruces/julianday v1.0.0
github.com/ncruces/sort v0.1.6
github.com/ncruces/wbt v1.0.0
golang.org/x/sys v0.43.0
)
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
golang.org/x/crypto v0.50.0 // vfs/adiantum vfs/xts
golang.org/x/sync v0.20.0 // test
golang.org/x/text v0.36.0 // ext/unicode
lukechampine.com/adiantum v1.1.1 // vfs/adiantum
)
retract (
v0.23.2 // tagged from the wrong branch
v0.4.0 // tagged from the wrong branch
)