5
0
Fork 0
backend-webrtc/go.mod

11 lines
185 B
Modula-2

module webrtc
go 1.12
require (
github.com/gorilla/websocket v1.4.0
github.com/joho/godotenv v1.3.0
github.com/julienschmidt/httprouter v1.2.0
github.com/pion/webrtc/v2 v2.0.23
)