File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
3030 "strings"
3131 "testing"
3232
33- "github.com /dnaeon/go-vcr/recorder"
33+ "gopkg.in /dnaeon/go-vcr.v2 /recorder"
3434)
3535
3636func TestHTTPS (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
3030 "strings"
3131 "testing"
3232
33- "github.com /dnaeon/go-vcr/recorder"
33+ "gopkg.in /dnaeon/go-vcr.v2 /recorder"
3434)
3535
3636func TestSimple (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import (
3737 "strconv"
3838 "time"
3939
40- "github.com /dnaeon/go-vcr/cassette"
40+ "gopkg.in /dnaeon/go-vcr.v2 /cassette"
4141)
4242
4343// Mode represents recording/playback mode
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ import (
4141
4242 "bytes"
4343
44- "github.com /dnaeon/go-vcr/cassette"
45- "github.com /dnaeon/go-vcr/recorder"
44+ "gopkg.in /dnaeon/go-vcr.v2 /cassette"
45+ "gopkg.in /dnaeon/go-vcr.v2 /recorder"
4646)
4747
4848type recordTest struct {
You can’t perform that action at this time.
0 commit comments