mirror of
https://github.com/pierre-emmanuelJ/iptv-proxy.git
synced 2026-03-13 06:35:29 +01:00
Update README.md Update README.md Update README.md Update README.md Update vendor Signed-off-by: Pierre-Emmanuel Jacquier <pierre-emmanuel.jacquier@epitech.eu>
13 lines
454 B
Modula-2
13 lines
454 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/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
|
|
github.com/tellytv/go.xtream-codes v0.0.0-20190427212115-45e8162ba888
|
|
)
|