mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
9 lines
160 B
Modula-2
9 lines
160 B
Modula-2
module github.com/ByteDream/crunchyroll-go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/grafov/m3u8 v0.11.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/ulikunitz/xz v0.5.6
|
|
)
|