diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-21 19:23:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 19:23:48 +0000 |
commit | 8d17251f8a0574054d7dae4ddeb9484740616348 (patch) | |
tree | 75968dd8e7f15e31e75e3939cbe9f23bb689a7f7 /vendor | |
parent | 8863e13dc3248eaca1cd35359416166e896578f2 (diff) | |
parent | 948866e8a0b513f5e60755f99de39c7d6311970d (diff) | |
download | podman-8d17251f8a0574054d7dae4ddeb9484740616348.tar.gz podman-8d17251f8a0574054d7dae4ddeb9484740616348.tar.bz2 podman-8d17251f8a0574054d7dae4ddeb9484740616348.zip |
Merge pull request #14642 from rhatdan/VENDOR
Update to use gopkg.in/yaml.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 2ca9a314c..9b0e22391 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -863,9 +863,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.1 +## explicit gopkg.in/yaml.v3 # sigs.k8s.io/yaml v1.3.0 sigs.k8s.io/yaml |