diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-04-10 18:48:06 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-04-10 18:48:06 -0400 |
commit | 47b6d35bfbd73bd3f9b300a0f88ce5589287454d (patch) | |
tree | 504287906eb59894e9c4083402124bf5fceb840e /go.mod | |
parent | 1593d4c052fc0795e6fe31917edcb1ecbe5ee192 (diff) | |
download | podman-47b6d35bfbd73bd3f9b300a0f88ce5589287454d.tar.gz podman-47b6d35bfbd73bd3f9b300a0f88ce5589287454d.tar.bz2 podman-47b6d35bfbd73bd3f9b300a0f88ce5589287454d.zip |
build(deps): bump github.com/containers/common from 0.8.1 to 0.9.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](https://github.com/containers/common/compare/v0.8.1...v0.9.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
@@ -10,7 +10,7 @@ require ( github.com/containernetworking/cni v0.7.2-0.20200304161608-4fae32b84921 github.com/containernetworking/plugins v0.8.5 github.com/containers/buildah v1.14.8 - github.com/containers/common v0.8.1 + github.com/containers/common v0.9.0 github.com/containers/conmon v2.0.14+incompatible github.com/containers/image/v5 v5.4.3 github.com/containers/psgo v1.4.0 |