15 lines
467 B
Modula-2
15 lines
467 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/grafov/bcast v0.0.0-20190217190352-1447f067e08d
|
|
github.com/ilyakaznacheev/cleanenv v1.2.5
|
|
github.com/json-iterator/go v1.1.10
|
|
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
|
|
)
|