Commit 6f1a3acc authored by Daniel Smith's avatar Daniel Smith

Merge pull request #3440 from ghodss/upgrade-yaml

Upgrade from gopkg.in/v2/yaml to gopkg.in/yaml.v2 everywhere
parents 55b00573 7845ab90
......@@ -109,7 +109,7 @@
},
{
"ImportPath": "github.com/ghodss/yaml",
"Rev": "4fb5c728a37b361a1e971a3bb3d785fcc96b6ef5"
"Rev": "3bc1590d16074751993dd3b1a76e7a8d1a916a11"
},
{
"ImportPath": "github.com/golang/glog",
......@@ -210,7 +210,7 @@
"Rev": "cbcac7bb8415db9b6cb4d1ebab1dc9afbd688b97"
},
{
"ImportPath": "gopkg.in/v2/yaml",
"ImportPath": "gopkg.in/yaml.v2",
"Rev": "d466437aa4adc35830964cffc5b5f262c63ddcb4"
},
{
......
......@@ -7,7 +7,7 @@ import (
"reflect"
"strconv"
"gopkg.in/v2/yaml"
"gopkg.in/yaml.v2"
)
// Marshals the object into JSON then converts JSON to YAML and returns the
......
......@@ -24,7 +24,7 @@ import (
"github.com/emicklei/go-restful/swagger"
"github.com/golang/glog"
"gopkg.in/v2/yaml"
"gopkg.in/yaml.v2"
)
type InvalidTypeError struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment