diff options
author | Ashley Cui <acui@redhat.com> | 2021-01-13 13:00:33 -0500 |
---|---|---|
committer | Ashley Cui <acui@redhat.com> | 2021-01-13 13:00:33 -0500 |
commit | 566a92395091434d8da77e4ce8967ed997a83a40 (patch) | |
tree | c864078fd1ac474c24e63f818001fb32452beca7 /go.mod | |
parent | 9473dda87c10513527bb083719d642d493b6b356 (diff) | |
download | podman-566a92395091434d8da77e4ce8967ed997a83a40.tar.gz podman-566a92395091434d8da77e4ce8967ed997a83a40.tar.bz2 podman-566a92395091434d8da77e4ce8967ed997a83a40.zip |
Vendor in common 0.33.1
As per title
Signed-off-by: Ashley Cui <acui@redhat.com>
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 |