Files
dependabot[bot] 95c026cf18 build(deps): bump github.com/abema/go-mp4 from 1.4.1 to 1.5.0 (#316)
Bumps [github.com/abema/go-mp4](https://github.com/abema/go-mp4) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/abema/go-mp4/releases)
- [Commits](https://github.com/abema/go-mp4/compare/v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/abema/go-mp4
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-12 13:53:16 +01:00

18 lines
418 B
Modula-2

module github.com/bluenviron/mediacommon/v2
go 1.25.0
require (
github.com/abema/go-mp4 v1.5.0
github.com/asticode/go-astits v1.15.0
github.com/stretchr/testify v1.11.1
)
require (
github.com/asticode/go-astikit v0.30.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)