Skip to content

Commit 713910a

Browse files
committed
Upgrade to pion/transport/v4
1 parent e0d3160 commit 713910a

20 files changed

Lines changed: 29 additions & 29 deletions

bench_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
"github.com/pion/dtls/v3/pkg/crypto/selfsign"
1414
dtlsnet "github.com/pion/dtls/v3/pkg/net"
1515
"github.com/pion/logging"
16-
"github.com/pion/transport/v3/dpipe"
17-
"github.com/pion/transport/v3/test"
16+
"github.com/pion/transport/v4/dpipe"
17+
"github.com/pion/transport/v4/test"
1818
"github.com/stretchr/testify/assert"
1919
)
2020

cipher_suite_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010

1111
"github.com/pion/dtls/v3/internal/ciphersuite"
1212
dtlsnet "github.com/pion/dtls/v3/pkg/net"
13-
"github.com/pion/transport/v3/dpipe"
14-
"github.com/pion/transport/v3/test"
13+
"github.com/pion/transport/v4/dpipe"
14+
"github.com/pion/transport/v4/test"
1515
"github.com/stretchr/testify/assert"
1616
)
1717

conn.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import (
2222
"github.com/pion/dtls/v3/pkg/protocol/handshake"
2323
"github.com/pion/dtls/v3/pkg/protocol/recordlayer"
2424
"github.com/pion/logging"
25-
"github.com/pion/transport/v3/deadline"
26-
"github.com/pion/transport/v3/netctx"
27-
"github.com/pion/transport/v3/replaydetector"
25+
"github.com/pion/transport/v4/deadline"
26+
"github.com/pion/transport/v4/netctx"
27+
"github.com/pion/transport/v4/replaydetector"
2828
)
2929

3030
const (

conn_go_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import (
1616

1717
"github.com/pion/dtls/v3/pkg/crypto/selfsign"
1818
dtlsnet "github.com/pion/dtls/v3/pkg/net"
19-
"github.com/pion/transport/v3/dpipe"
20-
"github.com/pion/transport/v3/test"
19+
"github.com/pion/transport/v4/dpipe"
20+
"github.com/pion/transport/v4/test"
2121
"github.com/stretchr/testify/assert"
2222
)
2323

conn_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ import (
3737
"github.com/pion/dtls/v3/pkg/protocol/handshake"
3838
"github.com/pion/dtls/v3/pkg/protocol/recordlayer"
3939
"github.com/pion/logging"
40-
"github.com/pion/transport/v3/dpipe"
41-
"github.com/pion/transport/v3/test"
40+
"github.com/pion/transport/v4/dpipe"
41+
"github.com/pion/transport/v4/test"
4242
"github.com/stretchr/testify/assert"
4343
)
4444

e2e/e2e_lossy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/pion/dtls/v3"
1414
"github.com/pion/dtls/v3/pkg/crypto/selfsign"
1515
dtlsnet "github.com/pion/dtls/v3/pkg/net"
16-
transportTest "github.com/pion/transport/v3/test"
16+
transportTest "github.com/pion/transport/v4/test"
1717
"github.com/stretchr/testify/assert"
1818
)
1919

e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"github.com/pion/dtls/v3/pkg/crypto/selfsign"
2727
"github.com/pion/dtls/v3/pkg/protocol/extension"
2828
"github.com/pion/dtls/v3/pkg/protocol/handshake"
29-
"github.com/pion/transport/v3/test"
29+
"github.com/pion/transport/v4/test"
3030
"github.com/stretchr/testify/assert"
3131
)
3232

flight1handler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/pion/dtls/v3/pkg/protocol/alert"
1313
"github.com/pion/dtls/v3/pkg/protocol/handshake"
1414
"github.com/pion/logging"
15-
"github.com/pion/transport/v3/test"
15+
"github.com/pion/transport/v4/test"
1616
"github.com/stretchr/testify/assert"
1717
)
1818

flight3handler_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
"github.com/pion/dtls/v3/pkg/protocol/extension"
1515
"github.com/pion/dtls/v3/pkg/protocol/handshake"
1616
"github.com/pion/dtls/v3/pkg/protocol/recordlayer"
17-
"github.com/pion/transport/v3/dpipe"
18-
"github.com/pion/transport/v3/test"
17+
"github.com/pion/transport/v4/dpipe"
18+
"github.com/pion/transport/v4/test"
1919
"github.com/stretchr/testify/assert"
2020
)
2121

flight4handler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/pion/dtls/v3/pkg/crypto/signaturehash"
1616
"github.com/pion/dtls/v3/pkg/protocol/alert"
1717
"github.com/pion/dtls/v3/pkg/protocol/handshake"
18-
"github.com/pion/transport/v3/test"
18+
"github.com/pion/transport/v4/test"
1919
"github.com/stretchr/testify/assert"
2020
)
2121

0 commit comments

Comments
 (0)