mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 15:52:26 -05:00
update go-sqlite3 => v0.20.0 (#3483)
This commit is contained in:
parent
d8a83860bc
commit
51cb6cae16
41 changed files with 841 additions and 263 deletions
3
vendor/github.com/ncruces/go-sqlite3/vtab.go
generated
vendored
3
vendor/github.com/ncruces/go-sqlite3/vtab.go
generated
vendored
|
|
@ -4,8 +4,9 @@ import (
|
|||
"context"
|
||||
"reflect"
|
||||
|
||||
"github.com/ncruces/go-sqlite3/internal/util"
|
||||
"github.com/tetratelabs/wazero/api"
|
||||
|
||||
"github.com/ncruces/go-sqlite3/internal/util"
|
||||
)
|
||||
|
||||
// CreateModule registers a new virtual table module name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue