diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-06 12:28:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 12:28:06 +0000 |
commit | c91fb244c40a80a12e4eef3d32823299c2fdb16a (patch) | |
tree | a6feca580737d4014bbff9926d0945ff3545465c /go.mod | |
parent | 18e31935ab068567178d50e0317ab2f3ea54926e (diff) | |
download | podman-c91fb244c40a80a12e4eef3d32823299c2fdb16a.tar.gz podman-c91fb244c40a80a12e4eef3d32823299c2fdb16a.tar.bz2 podman-c91fb244c40a80a12e4eef3d32823299c2fdb16a.zip |
Bump github.com/opencontainers/runc from 1.0.2 to 1.0.3
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Commits](https://github.com/opencontainers/runc/compare/v1.0.2...v1.0.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.17.0 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20211123152302-43a7dee1ec31 - github.com/opencontainers/runc v1.0.2 + github.com/opencontainers/runc v1.0.3 github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 github.com/opencontainers/runtime-tools v0.9.1-0.20211020193359-09d837bf40a7 github.com/opencontainers/selinux v1.10.0 |