mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
14 lines
371 B
Modula-2
14 lines
371 B
Modula-2
|
module zombiezen.com/go/sqlite
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
crawshaw.io/iox v0.0.0-20181124134642-c51c3df30797
|
||
|
github.com/chzyer/logex v1.1.10 // indirect
|
||
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
||
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
||
|
github.com/google/go-cmp v0.5.3
|
||
|
modernc.org/libc v1.11.3
|
||
|
modernc.org/sqlite v1.13.0
|
||
|
)
|