Added xz dependency

This commit is contained in:
bytedream 2022-02-24 21:24:11 +01:00
parent 777738a1a1
commit b4ba50d5a4
2 changed files with 3 additions and 0 deletions

1
go.mod
View file

@ -5,4 +5,5 @@ 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
)