2019-12-18 18:33:15 +01:00
|
|
|
module modernc.org/sqlite
|
2018-11-09 16:17:25 +01:00
|
|
|
|
2024-12-01 13:07:47 +01:00
|
|
|
go 1.21
|
2019-12-18 18:33:15 +01:00
|
|
|
|
2019-12-21 11:00:50 +01:00
|
|
|
require (
|
2024-04-15 14:02:08 +02:00
|
|
|
github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd
|
2024-07-22 08:07:14 +02:00
|
|
|
golang.org/x/sys v0.22.0
|
2024-03-01 22:38:18 +01:00
|
|
|
modernc.org/fileutil v1.3.0
|
2024-02-07 14:26:13 +01:00
|
|
|
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6
|
2024-09-12 16:57:37 +02:00
|
|
|
modernc.org/libc v1.55.3
|
2023-10-30 12:11:46 +01:00
|
|
|
modernc.org/mathutil v1.6.0
|
2019-12-21 11:00:50 +01:00
|
|
|
)
|
2022-05-18 23:58:14 +03:00
|
|
|
|
2022-07-22 14:45:40 +02:00
|
|
|
require (
|
2024-09-12 16:57:37 +02:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-02-07 14:26:13 +01:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2024-09-12 16:57:37 +02:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
2023-02-23 14:46:00 +01:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2024-09-12 16:57:37 +02:00
|
|
|
modernc.org/memory v1.8.0 // indirect
|
2024-02-07 14:26:13 +01:00
|
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
|
|
modernc.org/token v1.1.0 // indirect
|
2022-07-22 14:45:40 +02:00
|
|
|
)
|
|
|
|
|
2022-05-18 23:58:14 +03:00
|
|
|
retract [v1.16.0, v1.17.2] // https://gitlab.com/cznic/sqlite/-/issues/100
|
2022-09-17 21:50:03 +02:00
|
|
|
|
|
|
|
retract v1.19.0 // module source tree too large (max size is 524288000 bytes)
|
2023-01-05 16:18:16 +01:00
|
|
|
|
|
|
|
retract v1.20.1 // https://gitlab.com/cznic/sqlite/-/issues/123
|
2024-03-12 19:26:31 +01:00
|
|
|
|
|
|
|
retract v1.29.4 // tagged accidentally w/o builders checking the commit
|
2024-09-12 16:57:37 +02:00
|
|
|
|
|
|
|
retract v1.33.0 // intended to resolve #177 but break clients
|