Removed xz dependency

This commit is contained in:
bytedream 2022-02-28 14:36:11 +01:00
parent 79d55a5d3b
commit 9fbb3266aa
2 changed files with 237 additions and 41 deletions

8
go.mod
View file

@ -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
)