mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-05 03:12:27 -06:00
bump dependencies: minio-go, go-sqlite3, goldmark, otel, x/image/webp (#4075)
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4075 Co-authored-by: kim <grufwub@gmail.com> Co-committed-by: kim <grufwub@gmail.com>
This commit is contained in:
parent
68a48d5d79
commit
293053f58c
31 changed files with 500 additions and 167 deletions
2
vendor/github.com/ncruces/go-sqlite3/error.go
generated
vendored
2
vendor/github.com/ncruces/go-sqlite3/error.go
generated
vendored
|
|
@ -75,7 +75,7 @@ func (e *Error) As(err any) bool {
|
|||
|
||||
// Temporary returns true for [BUSY] errors.
|
||||
func (e *Error) Temporary() bool {
|
||||
return e.Code() == BUSY
|
||||
return e.Code() == BUSY || e.Code() == INTERRUPT
|
||||
}
|
||||
|
||||
// Timeout returns true for [BUSY_TIMEOUT] errors.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue