diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-09 12:50:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 12:50:01 -0500 |
commit | f960ac7ec3e226a38bed7cf6a6f9e8775b13b7f1 (patch) | |
tree | bc70fd659f07be3d85092bf5e44e8ba0698a7b31 /vendor | |
parent | 418ab2e5e154cb0df13f2e901cf4aea31a5cd0a9 (diff) | |
parent | 8f2f8d4cadf95dea67d2cfc4a0c96c57234c0728 (diff) | |
download | podman-f960ac7ec3e226a38bed7cf6a6f9e8775b13b7f1.tar.gz podman-f960ac7ec3e226a38bed7cf6a6f9e8775b13b7f1.tar.bz2 podman-f960ac7ec3e226a38bed7cf6a6f9e8775b13b7f1.zip |
Merge pull request #13470 from Luap99/yamlv2
use gopkg.in/yaml.v2 instead of v3
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 8214e0b98..a797d4556 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -881,9 +881,9 @@ gopkg.in/square/go-jose.v2/json # gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 gopkg.in/tomb.v1 # gopkg.in/yaml.v2 v2.4.0 +## explicit gopkg.in/yaml.v2 # gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b -## explicit gopkg.in/yaml.v3 # k8s.io/api v0.22.5 ## explicit |