mirror of
https://github.com/TurbineOne/ffmpeg-framer.git
synced 2025-09-26 20:01:18 +08:00
27 lines
786 B
Modula-2
27 lines
786 B
Modula-2
module github.com/TurbineOne/ffmpeg-framer
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/aofei/mimesniffer v1.2.1
|
|
github.com/asticode/go-astiav v0.7.2-0.20230216133717-17b4d5963cac // Pinned to work with ffmpeg 4.4.x from Ubuntu 22.04.
|
|
github.com/rs/zerolog v1.34.0
|
|
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
|
|
google.golang.org/grpc v1.71.1
|
|
google.golang.org/protobuf v1.36.6
|
|
)
|
|
|
|
require (
|
|
github.com/caarlos0/env/v6 v6.10.1
|
|
github.com/mattn/go-isatty v0.0.19
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
|
|
)
|