Upgrade from gopkg.in/v2/yaml to gopkg.in/yaml.v2 everywhere

This commit is contained in:
Sam Ghods 2015-01-13 15:04:27 -08:00
parent f589ee98e0
commit 7845ab90f8
22 changed files with 4 additions and 4 deletions

4
Godeps/Godeps.json generated
View File

@ -109,7 +109,7 @@
}, },
{ {
"ImportPath": "github.com/ghodss/yaml", "ImportPath": "github.com/ghodss/yaml",
"Rev": "4fb5c728a37b361a1e971a3bb3d785fcc96b6ef5" "Rev": "3bc1590d16074751993dd3b1a76e7a8d1a916a11"
}, },
{ {
"ImportPath": "github.com/golang/glog", "ImportPath": "github.com/golang/glog",
@ -210,7 +210,7 @@
"Rev": "cbcac7bb8415db9b6cb4d1ebab1dc9afbd688b97" "Rev": "cbcac7bb8415db9b6cb4d1ebab1dc9afbd688b97"
}, },
{ {
"ImportPath": "gopkg.in/v2/yaml", "ImportPath": "gopkg.in/yaml.v2",
"Rev": "d466437aa4adc35830964cffc5b5f262c63ddcb4" "Rev": "d466437aa4adc35830964cffc5b5f262c63ddcb4"
}, },
{ {

View File

@ -7,7 +7,7 @@ import (
"reflect" "reflect"
"strconv" "strconv"
"gopkg.in/v2/yaml" "gopkg.in/yaml.v2"
) )
// Marshals the object into JSON then converts JSON to YAML and returns the // Marshals the object into JSON then converts JSON to YAML and returns the

View File

@ -24,7 +24,7 @@ import (
"github.com/emicklei/go-restful/swagger" "github.com/emicklei/go-restful/swagger"
"github.com/golang/glog" "github.com/golang/glog"
"gopkg.in/v2/yaml" "gopkg.in/yaml.v2"
) )
type InvalidTypeError struct { type InvalidTypeError struct {