updated deps; updated healthchecks.io integration
This commit is contained in:
2
vendor/maunium.net/go/mautrix/crypto/goolm/errors.go
generated
vendored
2
vendor/maunium.net/go/mautrix/crypto/goolm/errors.go
generated
vendored
@@ -21,8 +21,6 @@ var (
|
||||
ErrChainTooHigh = errors.New("chain index too high")
|
||||
ErrBadInput = errors.New("bad input")
|
||||
ErrBadVersion = errors.New("wrong version")
|
||||
ErrNotBlocksize = errors.New("length != blocksize")
|
||||
ErrNotMultipleBlocksize = errors.New("length not a multiple of the blocksize")
|
||||
ErrWrongPickleVersion = errors.New("wrong pickle version")
|
||||
ErrValueTooShort = errors.New("value too short")
|
||||
ErrInputToSmall = errors.New("input too small (truncated?)")
|
||||
|
||||
Reference in New Issue
Block a user