Merge pull request #4358 from ashw7n/master

fixes godep save failure
pull/6/head
Alex Robinson 2015-02-17 11:49:49 -08:00
commit cbf1ed586f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import (
"strings"
"github.com/ghodss/yaml"
goyaml "gopkg.in/v2/yaml"
goyaml "gopkg.in/yaml.v2"
)
const usage = "podex [-format=yaml|json] [-type=pod|container] [-id NAME] IMAGES..."