mirror of
https://github.com/pierre-emmanuelJ/iptv-proxy.git
synced 2026-03-12 22:24:18 +01:00
Signed-off-by: Pierre-Emmanuel Jacquier <15922119+pierre-emmanuelJ@users.noreply.github.com> fixup! Add uuid to file cache path Signed-off-by: Pierre-Emmanuel Jacquier <15922119+pierre-emmanuelJ@users.noreply.github.com>
18 lines
584 B
Modula-2
18 lines
584 B
Modula-2
module github.com/pierre-emmanuelJ/iptv-proxy
|
|
|
|
require (
|
|
github.com/gin-contrib/cors v0.0.0-20190226021855-50921afdc5c1
|
|
github.com/gin-gonic/gin v1.3.0
|
|
github.com/grafov/m3u8 v0.11.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jamesnetherton/m3u v0.1.1-0.20180924175816-16741c7f081c
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/onsi/gomega v1.7.1 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/viper v1.3.1
|
|
github.com/tellytv/go.xtream-codes v0.0.0-20190427212115-45e8162ba888
|
|
)
|
|
|
|
go 1.13
|