diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-14 21:06:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 21:06:51 +0100 |
commit | 97fdfd0a80b14b83abca3d8e0aa1b5c64ceac79b (patch) | |
tree | 888c036397bdfe72bda6d0668a5c9e19620469d1 /go.mod | |
parent | a07e5e73a63055e5939c4c076fa0428715105a3b (diff) | |
parent | d26edff820a7ae83b3eadc0d9ac70ff034b745e7 (diff) | |
download | podman-97fdfd0a80b14b83abca3d8e0aa1b5c64ceac79b.tar.gz podman-97fdfd0a80b14b83abca3d8e0aa1b5c64ceac79b.tar.bz2 podman-97fdfd0a80b14b83abca3d8e0aa1b5c64ceac79b.zip |
Merge pull request #5208 from containers/dependabot/go_modules/github.com/rootless-containers/rootlesskit-0.8.0
build(deps): bump github.com/rootless-containers/rootlesskit from 0.7.2 to 0.8.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/pkg/profile v1.4.0 // indirect github.com/pmezard/go-difflib v1.0.0 - github.com/rootless-containers/rootlesskit v0.7.2 + github.com/rootless-containers/rootlesskit v0.8.0 github.com/seccomp/containers-golang v0.0.0-20190312124753-8ca8945ccf5f github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 |