diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-07-16 13:11:10 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-07-16 13:11:10 -0400 |
commit | fb6d9a84c51073efab924f7a58042309ad34900c (patch) | |
tree | 37090c8687db80deafa1f04db7fd92bec7943259 /go.mod | |
parent | f4766e01e3b314543d131577d0ef891670b81a84 (diff) | |
download | podman-fb6d9a84c51073efab924f7a58042309ad34900c.tar.gz podman-fb6d9a84c51073efab924f7a58042309ad34900c.tar.bz2 podman-fb6d9a84c51073efab924f7a58042309ad34900c.zip |
Bump github.com/containers/common from 0.15.2 to 0.16.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.15.2 to 0.16.0.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](https://github.com/containers/common/compare/v0.15.2...v0.16.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@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.7.2-0.20200304161608-4fae32b84921 github.com/containernetworking/plugins v0.8.6 github.com/containers/buildah v1.15.1-0.20200708111410-d2ea9429455d - github.com/containers/common v0.15.2 + github.com/containers/common v0.16.0 github.com/containers/conmon v2.0.19+incompatible github.com/containers/image/v5 v5.5.1 github.com/containers/psgo v1.5.1 |