Commit cbf1ed58 authored by Alex Robinson's avatar Alex Robinson

Merge pull request #4358 from ashw7n/master

fixes godep save failure
parents 4859aa7c 89d2bb46
...@@ -40,7 +40,7 @@ import ( ...@@ -40,7 +40,7 @@ import (
"strings" "strings"
"github.com/ghodss/yaml" "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..." const usage = "podex [-format=yaml|json] [-type=pod|container] [-id NAME] IMAGES..."
......
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