Skip to content

Commit

Permalink
Move internal/net/dpipe package to pion/transport
Browse files Browse the repository at this point in the history
  • Loading branch information
stv0g committed Apr 18, 2023
1 parent 4de797a commit 67f56e5
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 269 deletions.
2 changes: 1 addition & 1 deletion bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"testing"
"time"

"github.com/pion/dtls/v2/internal/net/dpipe"
"github.com/pion/dtls/v2/pkg/crypto/selfsign"
"github.com/pion/logging"
"github.com/pion/transport/v2/dpipe"
"github.com/pion/transport/v2/test"
)

Expand Down
2 changes: 1 addition & 1 deletion cipher_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"time"

"github.com/pion/dtls/v2/internal/ciphersuite"
"github.com/pion/dtls/v2/internal/net/dpipe"
"github.com/pion/transport/v2/dpipe"
"github.com/pion/transport/v2/test"
)

Expand Down
2 changes: 1 addition & 1 deletion conn_go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"testing"
"time"

"github.com/pion/dtls/v2/internal/net/dpipe"
"github.com/pion/dtls/v2/pkg/crypto/selfsign"
"github.com/pion/transport/v2/dpipe"
"github.com/pion/transport/v2/test"
)

Expand Down
2 changes: 1 addition & 1 deletion conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"time"

"github.com/pion/dtls/v2/internal/ciphersuite"
"github.com/pion/dtls/v2/internal/net/dpipe"
"github.com/pion/dtls/v2/pkg/crypto/elliptic"
"github.com/pion/dtls/v2/pkg/crypto/hash"
"github.com/pion/dtls/v2/pkg/crypto/selfsign"
Expand All @@ -34,6 +33,7 @@ import (
"github.com/pion/dtls/v2/pkg/protocol/handshake"
"github.com/pion/dtls/v2/pkg/protocol/recordlayer"
"github.com/pion/logging"
"github.com/pion/transport/v2/dpipe"
"github.com/pion/transport/v2/test"
)

Expand Down
144 changes: 0 additions & 144 deletions internal/net/dpipe/dpipe.go

This file was deleted.

120 changes: 0 additions & 120 deletions internal/net/dpipe/dpipe_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion replayprotection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"testing"
"time"

"github.com/pion/dtls/v2/internal/net/dpipe"
"github.com/pion/transport/v2/dpipe"
"github.com/pion/transport/v2/test"
)

Expand Down

0 comments on commit 67f56e5

Please sign in to comment.