File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
30
30
"strings"
31
31
"testing"
32
32
33
- "github.com /dnaeon/go-vcr/recorder"
33
+ "gopkg.in /dnaeon/go-vcr.v2 /recorder"
34
34
)
35
35
36
36
func TestHTTPS (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
30
30
"strings"
31
31
"testing"
32
32
33
- "github.com /dnaeon/go-vcr/recorder"
33
+ "gopkg.in /dnaeon/go-vcr.v2 /recorder"
34
34
)
35
35
36
36
func TestSimple (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import (
37
37
"strconv"
38
38
"time"
39
39
40
- "github.com /dnaeon/go-vcr/cassette"
40
+ "gopkg.in /dnaeon/go-vcr.v2 /cassette"
41
41
)
42
42
43
43
// Mode represents recording/playback mode
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ import (
41
41
42
42
"bytes"
43
43
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"
46
46
)
47
47
48
48
type recordTest struct {
You can’t perform that action at this time.
0 commit comments