You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
254 B
11 lines
254 B
4 years ago
|
module github.com/unbewohnte/VideoToAscii
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/faiface/beep v1.0.2
|
||
|
github.com/lijo-jose/gffmpeg v0.0.0-20190627063000-d2d4ff70c736
|
||
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
||
|
github.com/nsf/termbox-go v1.1.0
|
||
|
)
|