14 lines
342 B
Modula-2
14 lines
342 B
Modula-2
|
module github.com/rylio/ytdl
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/mattn/go-isatty v0.0.10
|
||
|
github.com/mattn/go-runewidth v0.0.6 // indirect
|
||
|
github.com/olekukonko/tablewriter v0.0.1
|
||
|
github.com/rs/zerolog v1.16.0
|
||
|
github.com/stretchr/testify v1.4.0
|
||
|
github.com/urfave/cli v1.22.1
|
||
|
golang.org/x/sys v0.0.0-20191104094858-e8c54fb511f6 // indirect
|
||
|
)
|