Skip to content

Commit

Permalink
change to hcm007
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongchao Ma committed Sep 20, 2019
1 parent d2d97f5 commit 5926bb7
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 18 deletions.
2 changes: 1 addition & 1 deletion configuration_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package webrtc
import (
"strings"

"github.com/pion/ice"
"github.com/hcm007/ice"
)

// getICEServers side-steps the strict parsing mode of the ice package
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/hcm007/webrtc/v2
go 1.12

require (
github.com/hcm007/ice v0.5.16
github.com/pion/datachannel v1.4.6
github.com/pion/dtls v1.5.1
github.com/pion/ice v0.5.14
github.com/pion/logging v0.2.2
github.com/pion/quic v0.1.1
github.com/pion/rtcp v1.2.1
Expand Down
7 changes: 7 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ github.com/golang/mock v1.2.0 h1:28o5sBqPkBsMGnC6b4MvE2TzSr5/AT4c/1fLqVGIwlk=
github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/hcm007/ice v0.5.16 h1:dbqDCgKBWpvbv+9HYnDCxjr00DGy8uzkbBf52MGhdEE=
github.com/hcm007/ice v0.5.16/go.mod h1:Pb8o1NGfXRD0NhS9s/BKWnX8PY13uqWrDsMjrimZSkk=
github.com/hcm007/turn v1.3.7/go.mod h1:pNiZGoTp0+M3uPGA7ZWJJv4evVmF6c6VrVGNvOf5UH4=
github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
Expand Down Expand Up @@ -50,6 +53,8 @@ github.com/pion/srtp v1.2.6 h1:mHQuAMh0P67R7/j1F260u3O+fbRWLyjKLRPZYYvODFM=
github.com/pion/srtp v1.2.6/go.mod h1:rd8imc5htjfs99XiEoOjLMEOcVjME63UHx9Ek9IGst0=
github.com/pion/stun v0.3.1 h1:d09JJzOmOS8ZzIp8NppCMgrxGZpJ4Ix8qirfNYyI3BA=
github.com/pion/stun v0.3.1/go.mod h1:xrCld6XM+6GWDZdvjPlLMsTU21rNxnO6UO8XsAvHr/M=
github.com/pion/stun v0.3.2 h1:Vsy6C+bTbJKEC2TH4vHYOnRKmozNPi5FpeKv9/bX16k=
github.com/pion/stun v0.3.2/go.mod h1:xrCld6XM+6GWDZdvjPlLMsTU21rNxnO6UO8XsAvHr/M=
github.com/pion/transport v0.6.0/go.mod h1:iWZ07doqOosSLMhZ+FXUTq+TamDoXSllxpbGcfkCmbE=
github.com/pion/transport v0.7.0/go.mod h1:iWZ07doqOosSLMhZ+FXUTq+TamDoXSllxpbGcfkCmbE=
github.com/pion/transport v0.8.6 h1:xHQq2mxAjB+UrFs90aUBaXwlmIACfQAZnOiVAX3uqMw=
Expand All @@ -58,6 +63,8 @@ github.com/pion/transport v0.8.7 h1:t7uYhWOoljd82rnkLH+H2Lw7/IGA5kV9Bl5sWrmcYSc=
github.com/pion/transport v0.8.7/go.mod h1:lpeSM6KJFejVtZf8k0fgeN7zE73APQpTF83WvA1FVP8=
github.com/pion/turn v1.3.5 h1:4JrsJHS/qm29bpzqem+WN87A+xCNAwj0i5DxuKqicTw=
github.com/pion/turn v1.3.5/go.mod h1:zGPB7YYB/HTE9MWn0Sbznz8NtyfeVeanZ834cG/MXu0=
github.com/pion/turn v1.3.6 h1:N49o5g3SRI5g5Sg8WVft1RDAFxIHOi5roHHdbC39g7g=
github.com/pion/turn v1.3.6/go.mod h1:D8XaX/CVKLkRozV9baRvhZmwOyKAJCTHrj23DdwMI4g=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
2 changes: 1 addition & 1 deletion icecandidate.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package webrtc
import (
"fmt"

"github.com/pion/ice"
"github.com/hcm007/ice"
"github.com/pion/sdp/v2"
)

Expand Down
2 changes: 1 addition & 1 deletion icecandidate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package webrtc
import (
"testing"

"github.com/pion/ice"
"github.com/hcm007/ice"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion icecandidatetype.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package webrtc
import (
"fmt"

"github.com/pion/ice"
"github.com/hcm007/ice"
)

// ICECandidateType represents the type of the ICE candidate used.
Expand Down
2 changes: 1 addition & 1 deletion icegatherer.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sync"
"time"

"github.com/pion/ice"
"github.com/hcm007/ice"
"github.com/pion/logging"
)

Expand Down
2 changes: 1 addition & 1 deletion iceserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package webrtc

import (
"github.com/pion/ice"
"github.com/hcm007/ice"
"github.com/hcm007/webrtc/v2/pkg/rtcerr"
)

Expand Down
2 changes: 1 addition & 1 deletion iceserver_js.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package webrtc
import (
"errors"

"github.com/pion/ice"
"github.com/hcm007/ice"
)

// ICEServer describes a single STUN and TURN server that can be used by
Expand Down
2 changes: 1 addition & 1 deletion iceserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package webrtc
import (
"testing"

"github.com/pion/ice"
"github.com/hcm007/webrtc"
"github.com/hcm007/webrtc/v2/pkg/rtcerr"
"github.com/stretchr/testify/assert"
)
Expand Down
4 changes: 2 additions & 2 deletions icetransport.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"sync"
"time"

"github.com/pion/ice"
"github.com/pion/logging"
"github.com/hcm007/ice"
"github.com/hcm007/webrtc/v2/internal/mux"
"github.com/pion/logging"
)

// ICETransport allows an application access to information about the ICE
Expand Down
2 changes: 1 addition & 1 deletion icetransportstate.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package webrtc

import "github.com/pion/ice"
import "github.com/hcm007/ice"

// ICETransportState represents the current state of the ICE transport.
type ICETransportState int
Expand Down
2 changes: 1 addition & 1 deletion icetransportstate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package webrtc
import (
"testing"

"github.com/pion/ice"
"github.com/hcm007/ice"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/mux/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net"
"time"

"github.com/pion/ice"
"github.com/hcm007/ice"
"github.com/pion/transport/packetio"
)

Expand Down
2 changes: 1 addition & 1 deletion networktype.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package webrtc
import (
"fmt"

"github.com/pion/ice"
"github.com/hcm007/ice"
)

func supportedNetworkTypes() []NetworkType {
Expand Down
2 changes: 1 addition & 1 deletion peerconnection_go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"testing"
"time"

"github.com/pion/ice"
"github.com/hcm007/ice"
"github.com/pion/transport/test"
"github.com/hcm007/webrtc/v2/pkg/rtcerr"
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion settingengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package webrtc
import (
"time"

"github.com/pion/ice"
"github.com/hcm007/ice"
"github.com/pion/logging"
)

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

"github.com/pion/ice"
"github.com/hcm007/ice"
)

// A Stats object contains a set of statistics copies out of a monitored component
Expand Down

0 comments on commit 5926bb7

Please sign in to comment.