mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 17:42:25 -05:00
[chore]: Bump github.com/abema/go-mp4 from 0.13.0 to 1.0.0 (#2222)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9f9fcf743d
commit
380d83f9a9
15 changed files with 16 additions and 15 deletions
8
vendor/github.com/abema/go-mp4/internal/bitio/bitio.go
generated
vendored
Normal file
8
vendor/github.com/abema/go-mp4/internal/bitio/bitio.go
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package bitio
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrInvalidAlignment = errors.New("invalid alignment")
|
||||
ErrDiscouragedReader = errors.New("discouraged reader implementation")
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue