diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-05-27 15:35:37 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-05-27 15:35:37 +0200 |
commit | 1e456318298271af1b00fd24af67e23a2d2ca2a7 (patch) | |
tree | 0b2f1e9b0ee849ffdbe5531f395dfd7fbe2b6c04 /go.mod | |
parent | 06db724d037698753bdd93f8f5a1413e2980714c (diff) | |
download | podman-1e456318298271af1b00fd24af67e23a2d2ca2a7.tar.gz podman-1e456318298271af1b00fd24af67e23a2d2ca2a7.tar.bz2 podman-1e456318298271af1b00fd24af67e23a2d2ca2a7.zip |
vendor containers/common@v0.38.5
* pull: don't resolve short names on explicit docker:// reference
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v0.8.1 github.com/containernetworking/plugins v0.9.1 github.com/containers/buildah v1.21.0 - github.com/containers/common v0.38.4 + github.com/containers/common v0.38.5 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.12.0 github.com/containers/ocicrypt v1.1.1 |