mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Removed xz dependency
This commit is contained in:
parent
79d55a5d3b
commit
9fbb3266aa
2 changed files with 237 additions and 41 deletions
8
go.mod
8
go.mod
|
|
@ -4,6 +4,10 @@ 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
|
||||
github.com/spf13/cobra v1.3.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue