mirror of
https://github.com/pierre-emmanuelJ/iptv-proxy.git
synced 2026-03-12 22:24:18 +01:00
13 lines
418 B
Modula-2
13 lines
418 B
Modula-2
module github.com/pierre-emmanuelJ/iptv-proxy
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/gin-contrib/cors v0.0.0-20190226021855-50921afdc5c1
|
|
github.com/gin-gonic/gin v1.3.0
|
|
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/spf13/cobra v0.0.3
|
|
github.com/spf13/viper v1.3.1
|
|
)
|