Commit 7845ab90 authored by Sam Ghods's avatar Sam Ghods

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

parent f589ee98
...@@ -109,7 +109,7 @@ ...@@ -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 @@ ...@@ -210,7 +210,7 @@
"Rev": "cbcac7bb8415db9b6cb4d1ebab1dc9afbd688b97" "Rev": "cbcac7bb8415db9b6cb4d1ebab1dc9afbd688b97"
}, },
{ {
"ImportPath": "gopkg.in/v2/yaml", "ImportPath": "gopkg.in/yaml.v2",
"Rev": "d466437aa4adc35830964cffc5b5f262c63ddcb4" "Rev": "d466437aa4adc35830964cffc5b5f262c63ddcb4"
}, },
{ {
......
...@@ -7,7 +7,7 @@ import ( ...@@ -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
......
...@@ -24,7 +24,7 @@ import ( ...@@ -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 {
......
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