Update import paths

Add /v2 to import paths everywhere
This commit is contained in:
Sean DuBois
2019-04-07 02:12:02 -07:00
parent cb6d67aecf
commit dbde6114a2
32 changed files with 54 additions and 54 deletions

View File

@@ -6,7 +6,7 @@ import (
"testing"
"github.com/pion/ice"
"github.com/pion/webrtc/pkg/rtcerr"
"github.com/pion/webrtc/v2/pkg/rtcerr"
"github.com/stretchr/testify/assert"
)