diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-09 12:15:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 12:15:39 +0000 |
commit | 7e9767502575f257776477ed0c01fe10ef42b465 (patch) | |
tree | 2976e79b50fa2aaf1e9be0d0fcb603eefceda1a2 /go.mod | |
parent | 643a692360bf769d12dc8b73acaa3481b0f07992 (diff) | |
download | podman-7e9767502575f257776477ed0c01fe10ef42b465.tar.gz podman-7e9767502575f257776477ed0c01fe10ef42b465.tar.bz2 podman-7e9767502575f257776477ed0c01fe10ef42b465.zip |
Bump github.com/opencontainers/runc from 1.1.2 to 1.1.3
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.3/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.2...v1.1.3)
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: direct:production
update-type: version-update:semver-patch
...
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
@@ -47,7 +47,7 @@ require ( github.com/onsi/gomega v1.19.0 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 - github.com/opencontainers/runc v1.1.2 + github.com/opencontainers/runc v1.1.3 github.com/opencontainers/runtime-spec v1.0.3-0.20211214071223-8958f93039ab github.com/opencontainers/runtime-tools v0.9.1-0.20220110225228-7e2d60f1e41f github.com/opencontainers/selinux v1.10.1 |