diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-12 06:22:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 06:22:36 +0000 |
commit | eccd03f3c40ad98b87138e6d67f18785f53da788 (patch) | |
tree | 17ea315289d183e67d2f8b0d7a1aa6315a4d0919 /go.mod | |
parent | 59dd35750931547c66e34e999ab960c90f18f510 (diff) | |
download | podman-eccd03f3c40ad98b87138e6d67f18785f53da788.tar.gz podman-eccd03f3c40ad98b87138e6d67f18785f53da788.tar.bz2 podman-eccd03f3c40ad98b87138e6d67f18785f53da788.zip |
Bump github.com/containers/storage from 1.30.2 to 1.30.3
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.30.2 to 1.30.3.
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md)
- [Commits](https://github.com/containers/storage/compare/v1.30.2...v1.30.3)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ require ( github.com/containers/image/v5 v5.12.0 github.com/containers/ocicrypt v1.1.1 github.com/containers/psgo v1.5.2 - github.com/containers/storage v1.30.2 + github.com/containers/storage v1.30.3 github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 github.com/cri-o/ocicni v0.2.1-0.20210301205850-541cf7c703cf @@ -49,7 +49,7 @@ require ( github.com/opencontainers/runc v1.0.0-rc94 github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 github.com/opencontainers/runtime-tools v0.9.0 - github.com/opencontainers/selinux v1.8.0 + github.com/opencontainers/selinux v1.8.1 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 github.com/rootless-containers/rootlesskit v0.14.2 |