diff --git a/go.mod b/go.mod index 4dad574..84d1458 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.15 require ( github.com/pion/ion-log v1.0.0 github.com/pion/ion-sdk-go v0.3.0 - github.com/pion/webrtc/v3 v3.0.8 + github.com/pion/webrtc/v3 v3.0.9 ) diff --git a/go.sum b/go.sum index 3182734..f634a37 100644 --- a/go.sum +++ b/go.sum @@ -321,6 +321,8 @@ github.com/pion/webrtc/v3 v3.0.4 h1:Tiw3H9fpfcwkvaxonB+Gv1DG9tmgYBQaM1vBagDHP40= github.com/pion/webrtc/v3 v3.0.4/go.mod h1:1TmFSLpPYFTFXFHPtoq9eGP1ASTa9LC6FBh7sUY8cd4= github.com/pion/webrtc/v3 v3.0.8 h1:Dgu/NZ6QAIvoNZU3qk/B35iPPx6TVHP506FfCE4SXCA= github.com/pion/webrtc/v3 v3.0.8/go.mod h1:C5uzSMa9sGCtfVPLA+pB0eWoW/exZ0OV0KW7JJbkvp0= +github.com/pion/webrtc/v3 v3.0.9 h1:qHXSVZ01gouMjEAnoItznd4TuaNkgOn3WhinuEfDAm8= +github.com/pion/webrtc/v3 v3.0.9/go.mod h1:C5uzSMa9sGCtfVPLA+pB0eWoW/exZ0OV0KW7JJbkvp0= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=