Browse Source

Added go.mod file

main
Unbewohnte 4 years ago committed by GitHub
parent
commit
cf1491961f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      go.mod

10
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
)
Loading…
Cancel
Save