diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-06-17 11:00:21 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-06-17 11:03:08 -0400 |
commit | 948866e8a0b513f5e60755f99de39c7d6311970d (patch) | |
tree | 476fe470ac21a0522ddf91cf0bfd386afd6d2315 /vendor | |
parent | 04de0dabce9acd071ecc693ddfd076c15a7c17da (diff) | |
download | podman-948866e8a0b513f5e60755f99de39c7d6311970d.tar.gz podman-948866e8a0b513f5e60755f99de39c7d6311970d.tar.bz2 podman-948866e8a0b513f5e60755f99de39c7d6311970d.zip |
Update to use gopkg.in/yaml.v3
[NO NEW TESTS NEEDED]
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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 c2dafa52a..6bd06d4af 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 |