diff options
author | Paul Holzinger <pholzing@redhat.com> | 2021-09-13 18:48:48 +0200 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-09-16 09:42:14 -0400 |
commit | c487389fa501556fdeafdff7f484c96acd616557 (patch) | |
tree | d52089480e37e11111e4a90ba19685b5ee287a7d /go.mod | |
parent | 069d90124dc2256ca1a1b91e931a6d49a83268a9 (diff) | |
download | podman-c487389fa501556fdeafdff7f484c96acd616557.tar.gz podman-c487389fa501556fdeafdff7f484c96acd616557.tar.bz2 podman-c487389fa501556fdeafdff7f484c96acd616557.zip |
bump c/common to v0.44.0
Signed-off-by: Paul Holzinger <pholzing@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.22.3 - github.com/containers/common v0.43.3-0.20210902095222-a7acc160fb25 + github.com/containers/common v0.44.0 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.16.0 github.com/containers/ocicrypt v1.1.2 |