aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 258d850..b9ee5a9 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module github.com/pion/rtwatch
go 1.13
require (
- github.com/gorilla/websocket v1.4.1
+ github.com/gorilla/websocket v1.4.2
github.com/pion/webrtc/v2 v2.2.2
)