diff options
author | 2023-09-25 11:33:10 +0100 | |
---|---|---|
committer | 2023-09-25 11:33:10 +0100 | |
commit | 380d83f9a968da60419e0afbd8b37bd50ba953de (patch) | |
tree | 0fb6d3645c6620ad6c5381d1a680b412eee2e732 /vendor/github.com/abema/go-mp4/bitio/bitio.go | |
parent | [bugfix] support both CollectionPage AND OrderedCollectionPage in status repl... (diff) | |
download | gotosocial-380d83f9a968da60419e0afbd8b37bd50ba953de.tar.xz |
[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>
Diffstat (limited to 'vendor/github.com/abema/go-mp4/bitio/bitio.go')
-rw-r--r-- | vendor/github.com/abema/go-mp4/bitio/bitio.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/abema/go-mp4/bitio/bitio.go b/vendor/github.com/abema/go-mp4/bitio/bitio.go deleted file mode 100644 index 404fd1b82..000000000 --- a/vendor/github.com/abema/go-mp4/bitio/bitio.go +++ /dev/null @@ -1,8 +0,0 @@ -package bitio - -import "errors" - -var ( - ErrInvalidAlignment = errors.New("invalid alignment") - ErrDiscouragedReader = errors.New("discouraged reader implementation") -) |