Browse Source

Move package back to its real location.

Gustavo Niemeyer 7 years ago
parent
commit
857fb44950
4 changed files with 4 additions and 4 deletions
  1. 1 1
      decode_test.go
  2. 1 1
      encode_test.go
  3. 1 1
      example_embedded_test.go
  4. 1 1
      node_test.go

+ 1 - 1
decode_test.go

@@ -25,7 +25,7 @@ import (
 	"time"
 
 	. "gopkg.in/check.v1"
-	"gopkg.in/niemeyer/ynext.v3"
+	"gopkg.in/yaml.v3"
 )
 
 var unmarshalIntTest = 123

+ 1 - 1
encode_test.go

@@ -27,7 +27,7 @@ import (
 	"os"
 
 	. "gopkg.in/check.v1"
-	"gopkg.in/niemeyer/ynext.v3"
+	"gopkg.in/yaml.v3"
 )
 
 var marshalIntTest = 123

+ 1 - 1
example_embedded_test.go

@@ -19,7 +19,7 @@ import (
 	"fmt"
 	"log"
 
-	"gopkg.in/yaml.v2"
+	"gopkg.in/yaml.v3"
 )
 
 // An example showing how to unmarshal embedded

+ 1 - 1
node_test.go

@@ -20,7 +20,7 @@ import (
 	"os"
 
 	. "gopkg.in/check.v1"
-	"gopkg.in/niemeyer/ynext.v3"
+	"gopkg.in/yaml.v3"
 	"strings"
 )