summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2021-08-03 18:59:01 +0000
committerGitHub <noreply@github.com>2021-08-03 18:59:01 +0000
commitcbad5616961520831b1f169f03da2a9f81203f71 (patch)
tree6496e784ff80ae7540de708bc11f2b5d2953233d /go.mod
parentb2ce6514bc41b54f60f66e5b729895ab70d07507 (diff)
parente88d8dbeae2aebd2d816f16a21891764163afcd4 (diff)
downloadpodman-cbad5616961520831b1f169f03da2a9f81203f71.tar.gz
podman-cbad5616961520831b1f169f03da2a9f81203f71.tar.bz2
podman-cbad5616961520831b1f169f03da2a9f81203f71.zip
Merge pull request #11091 from Luap99/connect-disconnect
fix rootless port forwarding with network dis-/connect
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 e055ed59d..df0783c74 100644
--- a/go.mod
+++ b/go.mod
@@ -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.2
+ github.com/rootless-containers/rootlesskit v0.14.3
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5