diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..de576b0 --- /dev/null +++ b/go.mod @@ -0,0 +1,10 @@ +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 +)