10 lines
154 B
Modula-2
10 lines
154 B
Modula-2
module github.com/khepin/liteq
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/alitto/pond v1.8.3
|
|
github.com/matryer/is v1.4.1
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
)
|