Files
mediacommon/go.mod
dependabot[bot] 4184c65faa build(deps): bump github.com/asticode/go-astits from 1.13.0 to 1.14.0 (#255)
Bumps [github.com/asticode/go-astits](https://github.com/asticode/go-astits) from 1.13.0 to 1.14.0.
- [Commits](https://github.com/asticode/go-astits/compare/v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/asticode/go-astits
  dependency-version: 1.14.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>
2025-10-29 11:30:22 +01:00

18 lines
418 B
Modula-2

module github.com/bluenviron/mediacommon/v2
go 1.24.0
require (
github.com/abema/go-mp4 v1.4.1
github.com/asticode/go-astits v1.14.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
)