mirror of
https://github.com/alfg/ffmpegd.git
synced 2026-04-23 00:07:27 +08:00
10 lines
173 B
Modula-2
10 lines
173 B
Modula-2
module github.com/alfg/ffmpegd
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/sirupsen/logrus v1.8.0
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
)
|