diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-14 09:16:14 +0000 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-02-14 11:50:01 +0100 |
commit | d26edff820a7ae83b3eadc0d9ac70ff034b745e7 (patch) | |
tree | 99927e193d7444817ae4dfa3e00c5c4c39a6e69d /go.mod | |
parent | 0c060dace19710716ff8f3a65865a295312d9d94 (diff) | |
download | podman-d26edff820a7ae83b3eadc0d9ac70ff034b745e7.tar.gz podman-d26edff820a7ae83b3eadc0d9ac70ff034b745e7.tar.bz2 podman-d26edff820a7ae83b3eadc0d9ac70ff034b745e7.zip |
build(deps): bump github.com/rootless-containers/rootlesskit
Bumps [github.com/rootless-containers/rootlesskit](https://github.com/rootless-containers/rootlesskit) from 0.7.2 to 0.8.0.
- [Release notes](https://github.com/rootless-containers/rootlesskit/releases)
- [Commits](https://github.com/rootless-containers/rootlesskit/compare/v0.7.2...v0.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
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 |