Files
webrtc/examples/sfu-ws/go.mod
jinleileiking 8ef5b7034f Example: Update Sfu-ws to use prommod
Update modules to use version of Pion WebRTC this example is shipped
with
2019-03-28 00:52:10 -07:00

12 lines
283 B
Modula-2

module github.com/pions/webrtc/examples/sfu-ws
require (
github.com/gorilla/websocket v1.4.0
github.com/pions/rtcp v1.1.2
github.com/pions/webrtc v1.2.0
github.com/povilasv/prommod v0.0.11
github.com/prometheus/client_golang v0.9.2
)
replace github.com/pions/webrtc => ../../