1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-20 21:19:11 +02:00

Upgrade pion

This commit is contained in:
Yohann D'ANELLO
2020-11-07 14:58:15 +01:00
parent f394af9257
commit 8eea7d6e4f
3 changed files with 32 additions and 22 deletions

7
go.mod
View File

@ -7,9 +7,10 @@ require (
github.com/gorilla/websocket v1.4.0
github.com/haivision/srtgo v0.0.0-20201025191851-67964e8f497a
github.com/markbates/pkger v0.17.1
github.com/pion/rtp v1.6.0
github.com/pion/webrtc/v3 v3.0.0-beta.5
github.com/pion/rtp v1.6.1
github.com/pion/webrtc/v3 v3.0.0-beta.10
github.com/pkg/profile v1.5.0
github.com/prometheus/client_golang v1.7.1
github.com/sherifabdlnaby/configuro v0.0.2
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
)