File tree Expand file tree Collapse file tree 14 files changed +80
-41
lines changed Expand file tree Collapse file tree 14 files changed +80
-41
lines changed Original file line number Diff line number Diff line change 8
8
"runtime"
9
9
"sync"
10
10
11
- "github.com/pion/stun/v2 "
11
+ "github.com/pion/stun/v3 "
12
12
"github.com/pion/transport/v3"
13
13
log "github.com/sirupsen/logrus"
14
14
"golang.org/x/net/ipv4"
Original file line number Diff line number Diff line change 8
8
"strings"
9
9
"sync"
10
10
11
- "github.com/pion/ice/v3 "
11
+ "github.com/pion/ice/v4 "
12
12
"github.com/pion/logging"
13
- "github.com/pion/stun/v2 "
13
+ "github.com/pion/stun/v3 "
14
14
"github.com/pion/transport/v3"
15
15
"github.com/pion/transport/v3/stdnet"
16
16
log "github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
log "github.com/sirupsen/logrus"
16
16
17
17
"github.com/pion/logging"
18
- "github.com/pion/stun/v2 "
18
+ "github.com/pion/stun/v3 "
19
19
"github.com/pion/transport/v3"
20
20
21
21
"github.com/netbirdio/netbird/client/iface/bufsize"
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ import (
18
18
"time"
19
19
20
20
"github.com/hashicorp/go-multierror"
21
- "github.com/pion/ice/v3 "
22
- "github.com/pion/stun/v2 "
21
+ "github.com/pion/ice/v4 "
22
+ "github.com/pion/stun/v3 "
23
23
log "github.com/sirupsen/logrus"
24
24
"golang.zx2c4.com/wireguard/tun/netstack"
25
25
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"sync"
12
12
"time"
13
13
14
- "github.com/pion/ice/v3 "
14
+ "github.com/pion/ice/v4 "
15
15
log "github.com/sirupsen/logrus"
16
16
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
17
17
Original file line number Diff line number Diff line change 6
6
"sync"
7
7
"time"
8
8
9
- "github.com/pion/ice/v3 "
9
+ "github.com/pion/ice/v4 "
10
10
log "github.com/sirupsen/logrus"
11
11
12
12
icemaker "github.com/netbirdio/netbird/client/internal/peer/ice"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package ice
3
3
import (
4
4
"sync/atomic"
5
5
6
- "github.com/pion/stun/v2 "
6
+ "github.com/pion/stun/v3 "
7
7
)
8
8
9
9
type StunTurn atomic.Value
Original file line number Diff line number Diff line change 4
4
"sync"
5
5
"time"
6
6
7
- "github.com/pion/ice/v3 "
7
+ "github.com/pion/ice/v4 "
8
8
"github.com/pion/logging"
9
9
"github.com/pion/randutil"
10
10
log "github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change 1
1
package ice
2
2
3
3
import (
4
- "github.com/pion/ice/v3 "
4
+ "github.com/pion/ice/v4 "
5
5
)
6
6
7
7
type Config struct {
Original file line number Diff line number Diff line change 1
1
package peer
2
2
3
3
import (
4
- "github.com/pion/ice/v3 "
4
+ "github.com/pion/ice/v4 "
5
5
log "github.com/sirupsen/logrus"
6
6
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
7
7
You can’t perform that action at this time.
0 commit comments