summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-03-19 11:07:40 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-03-24 06:04:30 -0400
commit1ac51eff6e172b83ccad13b4fec53d9a4a216339 (patch)
treec336c785d9f67968f88abb214c13e40eac286a10 /go.mod
parent860de13d4fe530e585c82a87a81fb46f3d0275ef (diff)
downloadpodman-1ac51eff6e172b83ccad13b4fec53d9a4a216339.tar.gz
podman-1ac51eff6e172b83ccad13b4fec53d9a4a216339.tar.bz2
podman-1ac51eff6e172b83ccad13b4fec53d9a4a216339.zip
Bump github.com/rootless-containers/rootlesskit
Bumps [github.com/rootless-containers/rootlesskit](https://github.com/rootless-containers/rootlesskit) from 0.14.0-beta.0 to 0.14.0. - [Release notes](https://github.com/rootless-containers/rootlesskit/releases) - [Commits](https://github.com/rootless-containers/rootlesskit/compare/v0.14.0-beta.0...v0.14.0) 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 680f9bd9c..1f94095a2 100644
--- a/go.mod
+++ b/go.mod
@@ -53,7 +53,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/rivo/uniseg v0.2.0 // indirect
- github.com/rootless-containers/rootlesskit v0.14.0-beta.0
+ github.com/rootless-containers/rootlesskit v0.14.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5