5
0
Fork 0
backend-webrtc/go.mod

15 lines
344 B
Modula-2

module webrtc
go 1.12
require (
github.com/golang/protobuf v1.3.1
github.com/gorilla/websocket v1.4.0
github.com/joho/godotenv v1.3.0
github.com/julienschmidt/httprouter v1.2.0
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/nkeys v0.0.2 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pion/webrtc/v2 v2.0.23
)