Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
San9H0 committed Dec 20, 2022
1 parent a69e762 commit 725d8ee
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/vnet-udpproxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"net"
"time"

"github.com/San9H0/transport/vnet"
"github.com/pion/logging"
"github.com/pion/transport/vnet"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/pion/transport
module github.com/San9H0/transport

go 1.12

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

"github.com/pion/transport/deadline"
"github.com/San9H0/transport/deadline"
)

var errPacketTooBig = errors.New("packet too big")
Expand Down
2 changes: 1 addition & 1 deletion test/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sync"
"time"

"github.com/pion/transport/deadline"
"github.com/San9H0/transport/deadline"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion test/stress.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"io"
"sync"

"github.com/pion/transport/connctx"
"github.com/San9H0/transport/connctx"
)

var errByteSequenceChanged = errors.New("byte sequence changed")
Expand Down
2 changes: 1 addition & 1 deletion vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ interface.
import (
"net"

"github.com/pion/transport/vnet"
"github.com/San9H0/transport/vnet"
"github.com/pion/logging"
)

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

"github.com/San9H0/transport/test"
"github.com/pion/logging"
"github.com/pion/transport/test"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 725d8ee

Please sign in to comment.