summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-23 14:26:28 +0000
committerGitHub <noreply@github.com>2021-08-23 14:26:28 +0000
commitd24a5d9fddb455cd1f4afa0046e30d00271fdd8f (patch)
treee5b634f68b62fb52fdfa4dc504321b3fef05021b /go.mod
parentac5f2e1162a4a04c171c4ae6209f71d14371bf30 (diff)
downloadpodman-d24a5d9fddb455cd1f4afa0046e30d00271fdd8f.tar.gz
podman-d24a5d9fddb455cd1f4afa0046e30d00271fdd8f.tar.bz2
podman-d24a5d9fddb455cd1f4afa0046e30d00271fdd8f.zip
Bump github.com/opencontainers/runc from 1.0.1 to 1.0.2
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/opencontainers/runc/releases) - [Commits](https://github.com/opencontainers/runc/compare/v1.0.1...v1.0.2) --- 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 594e017f6..3c25ce004 100644
--- a/go.mod
+++ b/go.mod
@@ -47,7 +47,7 @@ require (
github.com/onsi/gomega v1.16.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.1
+ github.com/opencontainers/runc v1.0.2
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.4