diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-03 18:59:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 18:59:01 +0000 |
commit | cbad5616961520831b1f169f03da2a9f81203f71 (patch) | |
tree | 6496e784ff80ae7540de708bc11f2b5d2953233d /go.mod | |
parent | b2ce6514bc41b54f60f66e5b729895ab70d07507 (diff) | |
parent | e88d8dbeae2aebd2d816f16a21891764163afcd4 (diff) | |
download | podman-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.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.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 |