diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-29 06:31:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 06:31:20 -0400 |
commit | fdd32604cf75fc310afca209adad15b1bcecfef7 (patch) | |
tree | 9523aa76c5d110a747c03f1fc4c164ebba4c244c /vendor/modules.txt | |
parent | cce6c6cd40137c460f173300b36c5868383870c5 (diff) | |
parent | 83e54885ff6441eafff40627a7d89c9342521b27 (diff) | |
download | podman-fdd32604cf75fc310afca209adad15b1bcecfef7.tar.gz podman-fdd32604cf75fc310afca209adad15b1bcecfef7.tar.bz2 podman-fdd32604cf75fc310afca209adad15b1bcecfef7.zip |
Merge pull request #8161 from afbjorklund/podman-remote-host-hash
Support hashed hostnames in the known_hosts file
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 73c7402c9..b2a8bc799 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -591,6 +591,7 @@ golang.org/x/crypto/poly1305 golang.org/x/crypto/ssh golang.org/x/crypto/ssh/agent golang.org/x/crypto/ssh/internal/bcrypt_pbkdf +golang.org/x/crypto/ssh/knownhosts golang.org/x/crypto/ssh/terminal # golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 golang.org/x/net/context |