diff options
author | 2023-03-13 09:52:57 +0100 | |
---|---|---|
committer | 2023-03-13 09:52:57 +0100 | |
commit | 86dafa687184fc013df5c6f2198b1c936ddd226c (patch) | |
tree | 4d56a1bfa65928a8e0b03407ea3ce2ebbce703b8 /go.mod | |
parent | [chore]: Bump golang.org/x/image from 0.5.0 to 0.6.0 (#1615) (diff) | |
download | gotosocial-86dafa687184fc013df5c6f2198b1c936ddd226c.tar.xz |
[chore]: Bump github.com/abema/go-mp4 from 0.10.0 to 0.10.1 (#1617)
Bumps [github.com/abema/go-mp4](https://github.com/abema/go-mp4) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/abema/go-mp4/releases)
- [Commits](https://github.com/abema/go-mp4/compare/v0.10.0...v0.10.1)
---
updated-dependencies:
- dependency-name: github.com/abema/go-mp4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require ( codeberg.org/gruf/go-sched v1.2.3 codeberg.org/gruf/go-store/v2 v2.2.1 github.com/KimMachineGun/automemlimit v0.2.4 - github.com/abema/go-mp4 v0.10.0 + github.com/abema/go-mp4 v0.10.1 github.com/buckket/go-blurhash v1.1.0 github.com/coreos/go-oidc/v3 v3.5.0 github.com/cornelk/hashmap v1.0.8 |