mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02: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:
7
vendor/github.com/ncruces/go-sqlite3/vfs/const.go
generated
vendored
7
vendor/github.com/ncruces/go-sqlite3/vfs/const.go
generated
vendored
@ -8,7 +8,12 @@ const (
|
||||
_MAX_PATHNAME = 1024
|
||||
_DEFAULT_SECTOR_SIZE = 4096
|
||||
|
||||
ptrlen = 4
|
||||
ptrlen = util.PtrLen
|
||||
)
|
||||
|
||||
type (
|
||||
stk_t = util.Stk_t
|
||||
ptr_t = util.Ptr_t
|
||||
)
|
||||
|
||||
// https://sqlite.org/rescode.html
|
||||
|
Reference in New Issue
Block a user