mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 11:52:25 -05:00
[chore] bump ncruces go-sqlite3 => v0.23.0 (#3785)
* bump ncruces go-sqlite3 => v0.23.0 * whoops, add missing vendor changes...
This commit is contained in:
parent
fccb0bc102
commit
24f6760c0e
40 changed files with 836 additions and 833 deletions
3
vendor/github.com/ncruces/go-sqlite3/internal/util/func.go
generated
vendored
3
vendor/github.com/ncruces/go-sqlite3/internal/util/func.go
generated
vendored
|
|
@ -7,9 +7,6 @@ import (
|
|||
"github.com/tetratelabs/wazero/api"
|
||||
)
|
||||
|
||||
type i32 interface{ ~int32 | ~uint32 }
|
||||
type i64 interface{ ~int64 | ~uint64 }
|
||||
|
||||
type funcVI[T0 i32] func(context.Context, api.Module, T0)
|
||||
|
||||
func (fn funcVI[T0]) Call(ctx context.Context, mod api.Module, stack []uint64) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue