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

View File

@@ -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 {