diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-22 07:59:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 07:59:24 +0000 |
commit | 8ebafbde3413b6be08a491c4697345277d6791da (patch) | |
tree | d9c3342159255e99ed5fc976a7efb7aa69a66c20 /go.mod | |
parent | 979f047d7392dafc2eb912ee7995140419690ee7 (diff) | |
download | podman-8ebafbde3413b6be08a491c4697345277d6791da.tar.gz podman-8ebafbde3413b6be08a491c4697345277d6791da.tar.bz2 podman-8ebafbde3413b6be08a491c4697345277d6791da.zip |
Bump github.com/containers/common from 0.36.0 to 0.37.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.36.0 to 0.37.0.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](https://github.com/containers/common/compare/v0.36.0...v0.37.0)
Signed-off-by: dependabot[bot] <support@github.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.8.1 github.com/containernetworking/plugins v0.9.1 github.com/containers/buildah v1.20.1-0.20210402144408-36a37402d0c8 - github.com/containers/common v0.36.0 + github.com/containers/common v0.37.0 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.11.1 github.com/containers/ocicrypt v1.1.1 |