Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ionorg/ion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1b377bf23c15985b7971354fddcdfaa574f785c5
Choose a base ref
..
head repository: ionorg/ion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f71e05e6fa0e245da6b28bcb998444ceb3e09efc
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 go.mod
  2. +2 −2 go.sum
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ require (
github.com/nats-io/nats.go v1.12.0
github.com/pion/ion-log v1.2.2
github.com/pion/ion-sfu v1.10.10
github.com/pion/webrtc/v3 v3.1.20
github.com/pion/webrtc/v3 v3.1.21
github.com/soheilhy/cmux v0.1.5
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -591,8 +591,8 @@ github.com/pion/turn/v2 v2.0.6/go.mod h1:+y7xl719J8bAEVpSXBXvTxStjJv3hbz9YFflvkp
github.com/pion/udp v0.1.1 h1:8UAPvyqmsxK8oOjloDk4wUt63TzFe9WEJkg5lChlj7o=
github.com/pion/udp v0.1.1/go.mod h1:6AFo+CMdKQm7UiA0eUPA8/eVCTx8jBIITLZHc9DWX5M=
github.com/pion/webrtc/v3 v3.1.7/go.mod h1:SQxttydYlKo2rCQjHzkUCJFAfEO/Oh2efMWbKYXLk98=
github.com/pion/webrtc/v3 v3.1.20 h1:rOTH68dp/K4MXh4d+9NQFzzKJXAoMy874zFglSUwB+8=
github.com/pion/webrtc/v3 v3.1.20/go.mod h1:dIT2ETlP5dnlkgp46fAH56UizvOKuXJ9ySgFkhtmBbw=
github.com/pion/webrtc/v3 v3.1.21 h1:6b/65m5hSw2mF+sssHBx7Q2WPccklA0U0veEYtqZSuM=
github.com/pion/webrtc/v3 v3.1.21/go.mod h1:dIT2ETlP5dnlkgp46fAH56UizvOKuXJ9ySgFkhtmBbw=
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=