15 lines
401 B
Modula-2
15 lines
401 B
Modula-2
|
module ffmpeg-playout
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/andybalholm/brotli v1.0.1 // indirect
|
||
|
github.com/fsnotify/fsnotify v1.4.9
|
||
|
github.com/gofiber/fiber/v2 v2.1.3
|
||
|
github.com/google/uuid v1.1.2
|
||
|
github.com/ilyakaznacheev/cleanenv v1.2.5
|
||
|
github.com/klauspost/compress v1.11.2 // indirect
|
||
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
||
|
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
|
||
|
)
|