mirror of
https://github.com/bluenviron/mediacommon.git
synced 2025-12-24 13:17:52 +08:00
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>
18 lines
418 B
Modula-2
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
|
|
)
|