diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-10-27 15:24:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 15:24:23 +0000 |
commit | d908da51fbe0089074355850e7854e0c9502a35a (patch) | |
tree | 2f5cb93d514b0345043a44da9f0a681cbe532ae6 /vendor/modules.txt | |
parent | 6caf5e3b7c08cb3c5b62ed069e458910321b43b2 (diff) | |
parent | ff31f2264da1550be97055865dea639eb0882327 (diff) | |
download | podman-d908da51fbe0089074355850e7854e0c9502a35a.tar.gz podman-d908da51fbe0089074355850e7854e0c9502a35a.tar.bz2 podman-d908da51fbe0089074355850e7854e0c9502a35a.zip |
Merge pull request #12064 from vrothberg/fix-11933
container create: fix --tls-verify parsing
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 6891f6ab1..8ea5dc5ee 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -95,7 +95,7 @@ github.com/containers/buildah/pkg/rusage github.com/containers/buildah/pkg/sshagent github.com/containers/buildah/pkg/util github.com/containers/buildah/util -# github.com/containers/common v0.46.1-0.20211008123044-d846f5aaec0e +# github.com/containers/common v0.46.1-0.20211026130826-7abfd453c86f github.com/containers/common/libimage github.com/containers/common/libimage/manifests github.com/containers/common/pkg/apparmor @@ -108,6 +108,7 @@ github.com/containers/common/pkg/completion github.com/containers/common/pkg/config github.com/containers/common/pkg/defaultnet github.com/containers/common/pkg/filters +github.com/containers/common/pkg/flag github.com/containers/common/pkg/manifests github.com/containers/common/pkg/parse github.com/containers/common/pkg/report |