mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-07 16:51:01 +08:00

* mention darwin/arm64 support in changelog and support list * use released versions of dependencies
13 lines
213 B
Modula-2
13 lines
213 B
Modula-2
module modernc.org/sqlite
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
modernc.org/ccgo/v3 v3.9.0
|
|
modernc.org/libc v1.8.0
|
|
modernc.org/mathutil v1.2.2
|
|
modernc.org/tcl v1.5.0
|
|
modernc.org/z v1.0.1
|
|
)
|