github.com/bluenviron/mediacommon@v1.9.3/go.mod (about) 1 module github.com/bluenviron/mediacommon 2 3 go 1.19 4 5 require ( 6 github.com/abema/go-mp4 v1.2.0 7 github.com/asticode/go-astits v1.13.0 8 github.com/stretchr/testify v1.9.0 9 ) 10 11 require ( 12 github.com/asticode/go-astikit v0.30.0 // indirect 13 github.com/davecgh/go-spew v1.1.1 // indirect 14 github.com/google/uuid v1.3.0 // indirect 15 github.com/pmezard/go-difflib v1.0.0 // indirect 16 gopkg.in/yaml.v3 v3.0.1 // indirect 17 )