Skip to content

Commit

Permalink
Upgrade from gopkg.in/v2/yaml to gopkg.in/yaml.v2 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ghods committed Jan 13, 2015
1 parent f589ee9 commit 7845ab9
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Godeps/_workspace/src/github.com/ghodss/yaml/yaml.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/api/validation/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7845ab9

Please sign in to comment.