diff options
author | Eduardo Vega <edvegavalerio@gmail.com> | 2021-03-11 19:16:41 -0600 |
---|---|---|
committer | Eduardo Vega <edvegavalerio@gmail.com> | 2021-03-25 06:54:12 -0600 |
commit | cbf53c166d674d294e0eec784ca7f7d3bd6ccd90 (patch) | |
tree | 3d994347e565dafc823d295786272f0d89265198 /go.mod | |
parent | 896ea085b1524750ce5ac4599dc3e2fd2972048c (diff) | |
download | podman-cbf53c166d674d294e0eec784ca7f7d3bd6ccd90.tar.gz podman-cbf53c166d674d294e0eec784ca7f7d3bd6ccd90.tar.bz2 podman-cbf53c166d674d294e0eec784ca7f7d3bd6ccd90.zip |
Support multi doc yaml for generate/play kube
Signed-off-by: Eduardo Vega <edvegavalerio@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ require ( golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect - gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect + gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 k8s.io/api v0.20.5 k8s.io/apimachinery v0.20.5 ) |