mirror of
https://github.com/pion/webrtc.git
synced 2025-10-17 20:51:13 +08:00
12 lines
283 B
Modula-2
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 => ../../
|