diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-25 14:26:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 14:26:05 +0100 |
commit | 852dd7fbde92c48b1887bfefa8056aa51015e120 (patch) | |
tree | c9be6ffc231b31ca9aa1308310b8266eaf470046 /go.mod | |
parent | 69b011d3ac39b985cdbd2bacfa1eaeba166bf224 (diff) | |
parent | 2a3fe3566671cb292a70339fee089d999ba29400 (diff) | |
download | podman-852dd7fbde92c48b1887bfefa8056aa51015e120.tar.gz podman-852dd7fbde92c48b1887bfefa8056aa51015e120.tar.bz2 podman-852dd7fbde92c48b1887bfefa8056aa51015e120.zip |
Merge pull request #5607 from containers/dependabot/go_modules/github.com/containers/storage-1.16.6
Bump github.com/containers/storage from 1.16.5 to 1.16.6
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ require ( github.com/containers/conmon v2.0.10+incompatible github.com/containers/image/v5 v5.2.1 github.com/containers/psgo v1.4.0 - github.com/containers/storage v1.16.5 + github.com/containers/storage v1.16.6 github.com/coreos/go-systemd/v22 v22.0.0 github.com/cri-o/ocicni v0.1.1-0.20190920040751-deac903fd99b github.com/cyphar/filepath-securejoin v0.2.2 |