aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 4f12b3bd6f02e73afe79731e2ecf16a00a04f4d7 (plain)
1
2
3
4
5
6
7
8
module github.com/pion/rtwatch
 
go 1.13
 
require (
github.com/gorilla/websocket v1.4.2
github.com/pion/webrtc/v2 v2.2.9
)