mirror of
https://gitlab.com/cznic/sqlite.git
synced 2024-11-09 02:09:23 +00:00
35 lines
1.1 KiB
Modula-2
35 lines
1.1 KiB
Modula-2
module modernc.org/sqlite
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd
|
|
golang.org/x/sys v0.22.0
|
|
modernc.org/fileutil v1.3.0
|
|
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6
|
|
modernc.org/libc v1.55.3
|
|
modernc.org/mathutil v1.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
modernc.org/memory v1.8.0 // indirect
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
modernc.org/token v1.1.0 // indirect
|
|
)
|
|
|
|
retract [v1.16.0, v1.17.2] // https://gitlab.com/cznic/sqlite/-/issues/100
|
|
|
|
retract v1.19.0 // module source tree too large (max size is 524288000 bytes)
|
|
|
|
retract v1.20.1 // https://gitlab.com/cznic/sqlite/-/issues/123
|
|
|
|
retract v1.29.4 // tagged accidentally w/o builders checking the commit
|
|
|
|
retract v1.33.0 // intended to resolve #177 but break clients
|