diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-07-22 10:48:13 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-07-22 10:48:13 -0400 |
commit | 9e7c7211c4bdffb3582f635ecd05f1e88e99b5a8 (patch) | |
tree | c52c30a688b77d37fa944cc52118d033d4a9b97d /go.mod | |
parent | ff31cdc5588b6ae41e4ecd578e829da90ba64346 (diff) | |
download | podman-9e7c7211c4bdffb3582f635ecd05f1e88e99b5a8.tar.gz podman-9e7c7211c4bdffb3582f635ecd05f1e88e99b5a8.tar.bz2 podman-9e7c7211c4bdffb3582f635ecd05f1e88e99b5a8.zip |
Bump github.com/containers/common to v0.14.6
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
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.7.2-0.20200304161608-4fae32b84921 github.com/containernetworking/plugins v0.8.6 github.com/containers/buildah v1.15.0 - github.com/containers/common v0.14.4 + github.com/containers/common v0.14.6 github.com/containers/conmon v2.0.18+incompatible github.com/containers/image/v5 v5.5.1 github.com/containers/psgo v1.5.1 |