This commit is contained in:
Mattias Wadman
2019-07-22 09:08:59 +02:00
commit 88fc6c8d7a
9 changed files with 776 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module github.com/wader/goutubedl
go 1.12
require (
github.com/fortytw2/leaktest v1.3.0
github.com/wader/osleaktest v0.0.0-20190723190525-c53af4cfc4a3
)