mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 10:47:29 -06:00
update sqlite library -> v1.13.0
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
parent
2b14b20802
commit
71a4f8667c
158 changed files with 227599 additions and 4113 deletions
9
vendor/modernc.org/sqlite/go.mod
generated
vendored
9
vendor/modernc.org/sqlite/go.mod
generated
vendored
|
|
@ -4,9 +4,10 @@ go 1.15
|
|||
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.8
|
||||
modernc.org/ccgo/v3 v3.9.6
|
||||
modernc.org/libc v1.9.11
|
||||
golang.org/x/sys v0.0.0-20210902050250-f475640dd07b
|
||||
modernc.org/ccgo/v3 v3.11.2
|
||||
modernc.org/libc v1.11.3
|
||||
modernc.org/mathutil v1.4.1
|
||||
modernc.org/tcl v1.5.5
|
||||
modernc.org/z v1.0.1
|
||||
modernc.org/tcl v1.5.9
|
||||
modernc.org/z v1.1.2
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue