Update dependencies

This commit is contained in:
Wim
2024-08-27 18:45:48 +02:00
parent d16645c952
commit f04a171086
586 changed files with 681686 additions and 198836 deletions

View File

@@ -106,6 +106,7 @@ var (
ErrUnknownServer = errors.New("can't send message to unknown server")
ErrRecipientADJID = errors.New("message recipient must be a user JID with no device part")
ErrServerReturnedError = errors.New("server returned error")
ErrInvalidInlineBotID = errors.New("invalid inline bot ID")
)
type DownloadHTTPError struct {