diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-10-02 08:59:07 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-10-02 08:59:07 -0400 |
commit | f9140f7efcb56b0e7e5967e7dc17a48150345298 (patch) | |
tree | 08e0f9f48f77370cf3bf0fa009a6efad008d1b19 /go.mod | |
parent | 14fd7b4d6ac18aaa5705990f3dd0ed13477258ad (diff) | |
download | podman-f9140f7efcb56b0e7e5967e7dc17a48150345298.tar.gz podman-f9140f7efcb56b0e7e5967e7dc17a48150345298.tar.bz2 podman-f9140f7efcb56b0e7e5967e7dc17a48150345298.zip |
Bump github.com/containers/common from 0.23.0 to 0.24.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](https://github.com/containers/common/compare/v0.23.0...v0.24.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
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v0.8.0 github.com/containernetworking/plugins v0.8.7 github.com/containers/buildah v1.16.4 - github.com/containers/common v0.23.0 + github.com/containers/common v0.24.0 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.6.0 github.com/containers/psgo v1.5.1 |