diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 13:09:21 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 13:09:53 -0400 |
commit | cd001a3a9ed9a5cb2b59b5de11485041569bc26c (patch) | |
tree | 06c751998fd986edb6642502cc168fb0cb7d9118 /go.mod | |
parent | c8d64264c924833440237bf766a05db0cea56a1c (diff) | |
download | podman-cd001a3a9ed9a5cb2b59b5de11485041569bc26c.tar.gz podman-cd001a3a9ed9a5cb2b59b5de11485041569bc26c.tar.bz2 podman-cd001a3a9ed9a5cb2b59b5de11485041569bc26c.zip |
Bump github.com/rootless-containers/rootlesskit from 0.9.4 to 0.9.5
Bumps [github.com/rootless-containers/rootlesskit](https://github.com/rootless-containers/rootlesskit) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/rootless-containers/rootlesskit/releases)
- [Commits](rootless-containers/rootlesskit@v0.9.4...v0.9.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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/opentracing/opentracing-go v1.1.0 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 - github.com/rootless-containers/rootlesskit v0.9.4 + github.com/rootless-containers/rootlesskit v0.9.5 github.com/seccomp/containers-golang v0.4.1 github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v0.0.7 |