diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-04 07:48:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 07:48:36 +0000 |
commit | bd29ec4c3bec201a747e1fb9da2ecddc7747b3fb (patch) | |
tree | 542a8f88ec8361afca0c431c5f58bd8d972fc51c /go.mod | |
parent | 93db99aeceb9b12c6533fa711ae76b06124ceee9 (diff) | |
download | podman-bd29ec4c3bec201a747e1fb9da2ecddc7747b3fb.tar.gz podman-bd29ec4c3bec201a747e1fb9da2ecddc7747b3fb.tar.bz2 podman-bd29ec4c3bec201a747e1fb9da2ecddc7747b3fb.zip |
Bump github.com/rootless-containers/rootlesskit from 0.14.3 to 0.14.4
Bumps [github.com/rootless-containers/rootlesskit](https://github.com/rootless-containers/rootlesskit) from 0.14.3 to 0.14.4.
- [Release notes](https://github.com/rootless-containers/rootlesskit/releases)
- [Commits](https://github.com/rootless-containers/rootlesskit/compare/v0.14.3...v0.14.4)
---
updated-dependencies:
- dependency-name: github.com/rootless-containers/rootlesskit
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ require ( github.com/opencontainers/selinux v1.8.3 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 - github.com/rootless-containers/rootlesskit v0.14.3 + github.com/rootless-containers/rootlesskit v0.14.4 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.2.1 github.com/spf13/pflag v1.0.5 |