diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-20 10:10:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 10:10:22 +0000 |
commit | 26652111b8600cd43401b02628491c2a9a7a7341 (patch) | |
tree | 89dce2ec0815f248d9c9b4494626bb7ace4741a5 /go.mod | |
parent | 49a99be5b6bd50aa0e7b4cf53ec042b0ffd9edf2 (diff) | |
download | podman-26652111b8600cd43401b02628491c2a9a7a7341.tar.gz podman-26652111b8600cd43401b02628491c2a9a7a7341.tar.bz2 podman-26652111b8600cd43401b02628491c2a9a7a7341.zip |
Bump github.com/opencontainers/runc from 1.0.0-rc94 to 1.0.0-rc95
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.0.0-rc94 to 1.0.0-rc95.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Commits](https://github.com/opencontainers/runc/compare/v1.0.0-rc94...v1.0.0-rc95)
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
@@ -46,7 +46,7 @@ require ( github.com/onsi/gomega v1.12.0 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 - github.com/opencontainers/runc v1.0.0-rc94 + github.com/opencontainers/runc v1.0.0-rc95 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.1 |