2020-11-05 18:34:54 +01:00
|
|
|
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
|
2020-12-28 22:20:35 +01:00
|
|
|
github.com/grafov/bcast v0.0.0-20190217190352-1447f067e08d
|
2020-11-05 18:34:54 +01:00
|
|
|
github.com/ilyakaznacheev/cleanenv v1.2.5
|
2020-12-26 17:20:18 +01:00
|
|
|
github.com/json-iterator/go v1.1.10
|
2020-11-05 18:34:54 +01:00
|
|
|
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
|
|
|
|
)
|