mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 08:22:13 +08:00
update imports for v2 module path
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ import (
|
||||
"runtime"
|
||||
"testing"
|
||||
|
||||
"github.com/mikefarah/yq/pkg/marshal"
|
||||
"github.com/mikefarah/yq/test"
|
||||
"github.com/mikefarah/yq/v2/pkg/marshal"
|
||||
"github.com/mikefarah/yq/v2/test"
|
||||
)
|
||||
|
||||
func TestMultilineString(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user