rename imports in test files
@@ -2,7 +2,7 @@ package yaml_test
import (
. "launchpad.net/gocheck"
- "gonuts.org/v1/yaml"
+ "gopkg.in/v1/yaml"
"math"
"reflect"
)
@@ -3,7 +3,7 @@ package yaml_test
"fmt"
"strconv"
"strings"