1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-03 02:12:47 +02:00

Switch to configuro package

This commit is contained in:
Alexandre Iooss
2020-10-12 21:23:06 +02:00
parent fc96fa4d4e
commit 407d565927
4 changed files with 85 additions and 172 deletions

3
go.mod
View File

@ -9,7 +9,6 @@ require (
github.com/pion/rtp v1.6.0
github.com/pion/webrtc/v3 v3.0.0-beta.5
github.com/prometheus/client_golang v1.7.1
github.com/spf13/viper v1.7.1
github.com/sherifabdlnaby/configuro v0.0.2
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
gopkg.in/yaml.v2 v2.3.0
)