mirror of
https://gitlab.com/cznic/sqlite.git
synced 2025-06-11 23:41:48 +00:00
$ make vendor # libsqlite3@v1.4.0
This commit is contained in:
32
doc.go
32
doc.go
@ -19,20 +19,20 @@
|
||||
//
|
||||
// OS Arch SQLite version
|
||||
// ------------------------------
|
||||
// darwin amd64 3.45.3
|
||||
// darwin arm64 3.45.3
|
||||
// freebsd amd64 3.45.3
|
||||
// freebsd arm64 3.45.3
|
||||
// linux 386 3.45.3
|
||||
// linux amd64 3.45.3
|
||||
// linux arm 3.45.3
|
||||
// linux arm64 3.45.3
|
||||
// linux loong64 3.45.3
|
||||
// linux ppc64le 3.45.3
|
||||
// linux riscv64 3.45.3
|
||||
// linux s390x 3.45.3
|
||||
// windows amd64 3.45.3
|
||||
// windows arm64 3.45.3
|
||||
// darwin amd64 3.46.0
|
||||
// darwin arm64 3.46.0
|
||||
// freebsd amd64 3.46.0
|
||||
// freebsd arm64 3.46.0
|
||||
// linux 386 3.46.0
|
||||
// linux amd64 3.46.0
|
||||
// linux arm 3.46.0
|
||||
// linux arm64 3.46.0
|
||||
// linux loong64 3.46.0
|
||||
// linux ppc64le 3.46.0
|
||||
// linux riscv64 3.46.0
|
||||
// linux s390x 3.46.0
|
||||
// windows amd64 3.46.0
|
||||
// windows arm64 3.46.0
|
||||
//
|
||||
// # Builders
|
||||
//
|
||||
@ -50,6 +50,10 @@
|
||||
//
|
||||
// # Changelog
|
||||
//
|
||||
// 2024-06-04: v1.30.0
|
||||
//
|
||||
// Upgrade to SQLite 3.46.0, release notes at https://sqlite.org/releaselog/3_46_0.html.
|
||||
//
|
||||
// 2024-02-13: v1.29.0
|
||||
//
|
||||
// Upgrade to SQLite 3.45.1, release notes at https://sqlite.org/releaselog/3_45_1.html.
|
||||
|
2
go.mod
2
go.mod
@ -8,7 +8,7 @@ require (
|
||||
golang.org/x/sys v0.19.0
|
||||
modernc.org/fileutil v1.3.0
|
||||
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6
|
||||
modernc.org/libc v1.49.3
|
||||
modernc.org/libc v1.50.9
|
||||
modernc.org/mathutil v1.6.0
|
||||
)
|
||||
|
||||
|
2
go.sum
2
go.sum
@ -30,6 +30,8 @@ modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 h1:5D53IMaUuA5InSeMu9eJtlQX
|
||||
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6/go.mod h1:Qz0X07sNOR1jWYCrJMEnbW/X55x206Q7Vt4mz6/wHp4=
|
||||
modernc.org/libc v1.49.3 h1:j2MRCRdwJI2ls/sGbeSk0t2bypOG/uvPZUsGQFDulqg=
|
||||
modernc.org/libc v1.49.3/go.mod h1:yMZuGkn7pXbKfoT/M35gFJOAEdSKdxL0q64sF7KqCDo=
|
||||
modernc.org/libc v1.50.9 h1:hIWf1uz55lorXQhfoEoezdUHjxzuO6ceshET/yWjSjk=
|
||||
modernc.org/libc v1.50.9/go.mod h1:15P6ublJ9FJR8YQCGy8DeQ2Uwur7iW9Hserr/T3OFZE=
|
||||
modernc.org/mathutil v1.6.0 h1:fRe9+AmYlaej+64JsEEhoWuAYBkOtQiMEU7n/XgfYi4=
|
||||
modernc.org/mathutil v1.6.0/go.mod h1:Ui5Q9q1TR2gFm0AQRqQUaBWFLAhQpCwNcuhBOSedWPo=
|
||||
modernc.org/memory v1.8.0 h1:IqGTL6eFMaDZZhEWwcREgeMXYwmW83LYW8cROZYkg+E=
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
22903
lib/sqlite_linux_386.go
22903
lib/sqlite_linux_386.go
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
22923
lib/sqlite_linux_arm.go
22923
lib/sqlite_linux_arm.go
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
22921
lib/sqlite_windows.go
22921
lib/sqlite_windows.go
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user