diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-19 10:20:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 10:20:57 -0400 |
commit | c17633c6a47799d8a13988b07dd580d28a669c90 (patch) | |
tree | 46de3f4dffc737297953032c14eb4c8f66d9cc4f /go.mod | |
parent | ec5ab591ddbb905b69b3daa6012e9c0dfde9fcec (diff) | |
parent | 0784a5d0476e4049272411b5e045c0619fe62711 (diff) | |
download | podman-c17633c6a47799d8a13988b07dd580d28a669c90.tar.gz podman-c17633c6a47799d8a13988b07dd580d28a669c90.tar.bz2 podman-c17633c6a47799d8a13988b07dd580d28a669c90.zip |
Merge pull request #10981 from containers/dependabot/go_modules/github.com/opencontainers/runc-1.0.1
Bump github.com/opencontainers/runc from 1.0.0 to 1.0.1
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.14.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 + github.com/opencontainers/runc v1.0.1 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.2 |