diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-13 16:01:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 16:01:25 -0500 |
commit | e273ba34efd1c6fe928cde832d3da8f5a9bc6c49 (patch) | |
tree | 57209b2fc3a82ace61404e083bd0a1524090860b /go.mod | |
parent | bbff9c8710870bbadbaf2e69e827db30c109bbb9 (diff) | |
parent | 566a92395091434d8da77e4ce8967ed997a83a40 (diff) | |
download | podman-e273ba34efd1c6fe928cde832d3da8f5a9bc6c49.tar.gz podman-e273ba34efd1c6fe928cde832d3da8f5a9bc6c49.tar.bz2 podman-e273ba34efd1c6fe928cde832d3da8f5a9bc6c49.zip |
Merge pull request #8966 from ashley-cui/common33
Vendor in common 0.33.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/containernetworking/cni v0.8.0 github.com/containernetworking/plugins v0.9.0 github.com/containers/buildah v1.18.1-0.20201222143428-b9fdee076426 - github.com/containers/common v0.33.0 + github.com/containers/common v0.33.1 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.9.0 github.com/containers/psgo v1.5.2 |