diff options
author | Matthew Heon <mheon@redhat.com> | 2021-06-25 09:31:50 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-06-25 09:31:50 -0400 |
commit | c2dcb3ee241749c4d6c7b7ce228f7fbfb1688c4e (patch) | |
tree | fe74e5c64b15a25b520ef4373d08d290f2f636b7 /go.mod | |
parent | ba70363f69aa46f79c08fb4a3a028adaa6bf13a8 (diff) | |
download | podman-c2dcb3ee241749c4d6c7b7ce228f7fbfb1688c4e.tar.gz podman-c2dcb3ee241749c4d6c7b7ce228f7fbfb1688c4e.tar.bz2 podman-c2dcb3ee241749c4d6c7b7ce228f7fbfb1688c4e.zip |
Vendor in c/common v0.38.11
Signed-off-by: Matthew Heon <mheon@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.10 + github.com/containers/common v0.38.11 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.12.0 github.com/containers/ocicrypt v1.1.1 |