mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-03 01:43:16 -06:00
update go-sqlite3 => v0.20.0
This commit is contained in:
parent
d8a83860bc
commit
521cab6c59
41 changed files with 841 additions and 263 deletions
3
vendor/github.com/ncruces/go-sqlite3/func.go
generated
vendored
3
vendor/github.com/ncruces/go-sqlite3/func.go
generated
vendored
|
|
@ -4,8 +4,9 @@ import (
|
|||
"context"
|
||||
"sync"
|
||||
|
||||
"github.com/ncruces/go-sqlite3/internal/util"
|
||||
"github.com/tetratelabs/wazero/api"
|
||||
|
||||
"github.com/ncruces/go-sqlite3/internal/util"
|
||||
)
|
||||
|
||||
// CollationNeeded registers a callback to be invoked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue