update imports for v2 module path

This commit is contained in:
Conor Nosal
2019-12-06 13:58:56 +11:00
committed by Mike Farah
parent 95fec2984e
commit 5fc13bdccd
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package marshal
import (
"testing"
"github.com/mikefarah/yq/test"
"github.com/mikefarah/yq/v2/test"
)
func TestJsonToString(t *testing.T) {
+1 -1
View File
@@ -3,7 +3,7 @@ package marshal
import (
"testing"
"github.com/mikefarah/yq/test"
"github.com/mikefarah/yq/v2/test"
)
func TestYamlToString(t *testing.T) {
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"sort"
"testing"
"github.com/mikefarah/yq/test"
"github.com/mikefarah/yq/v2/test"
logging "gopkg.in/op/go-logging.v1"
)
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/mikefarah/yq/test"
"github.com/mikefarah/yq/v2/test"
logging "gopkg.in/op/go-logging.v1"
)
+1 -1
View File
@@ -3,7 +3,7 @@ package yqlib
import (
"testing"
"github.com/mikefarah/yq/test"
"github.com/mikefarah/yq/v2/test"
)
var parsePathsTests = []struct {
+1 -1
View File
@@ -3,7 +3,7 @@ package yqlib
import (
"testing"
"github.com/mikefarah/yq/test"
"github.com/mikefarah/yq/v2/test"
)
var parseValueTests = []struct {