Merge pull request #4358 from ashw7n/master

fixes godep save failure
This commit is contained in:
Alex Robinson 2015-02-17 11:49:49 -08:00
commit cbf1ed586f

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..."