add authorization-token in config

This commit is contained in:
zhaarey
2024-09-06 00:05:13 +08:00
parent a2b9a1094b
commit 433c96200d
4 changed files with 59 additions and 24 deletions

3
go.mod
View File

@@ -5,10 +5,11 @@ go 1.17
require (
github.com/abema/go-mp4 v0.7.2
github.com/grafov/m3u8 v0.11.1
github.com/spf13/pflag v1.0.5
)
require (
github.com/beevik/etree v1.3.0 // indirect
github.com/beevik/etree v1.3.0
github.com/google/uuid v1.1.2 // indirect
gopkg.in/yaml.v2 v2.2.8
)