aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2020-05-03 08:57:32 +0000
committerSean DuBois <sean@siobud.com>2020-05-06 00:41:08 -0700
commitc446a9d473be6db6989bc0e01b8746f4ff7b8643 (patch)
tree2d0b13394bfd4c8d4ec50bfd1d04f0b382a8cd7b /go.mod
parentUpdate module gorilla/websocket to v1.4.2 (diff)
downloadrtwatch-c446a9d473be6db6989bc0e01b8746f4ff7b8643.tar.gz
rtwatch-c446a9d473be6db6989bc0e01b8746f4ff7b8643.tar.bz2
rtwatch-c446a9d473be6db6989bc0e01b8746f4ff7b8643.zip
Update module pion/webrtc/v2 to v2.2.8
Generated by renovateBot
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 b9ee5a9..29dd194 100644
--- a/go.mod
+++ b/go.mod
@@ -4,5 +4,5 @@ go 1.13
require (
github.com/gorilla/websocket v1.4.2
- github.com/pion/webrtc/v2 v2.2.2
+ github.com/pion/webrtc/v2 v2.2.8
)