mirror of
https://github.com/containers/podman.git
synced 2025-06-14 12:28:57 +08:00
Bump Buildah to v1.35.0
As the title says. This is the last step in the vendor dance for Podman v5.0. [NO NEW TESTS NEEDED] Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
go.modgo.sum
vendor
github.com
containers
buildah
common
libimage
libnetwork
pkg
auth
cgroups
config
filters
ssh
subscriptions
supplemented
version
image/v5/version
go-openapi/swag
golang.org/x/tools
modules.txt
2
vendor/github.com/containers/common/pkg/ssh/connection_golang.go
generated
vendored
2
vendor/github.com/containers/common/pkg/ssh/connection_golang.go
generated
vendored
@ -291,7 +291,7 @@ func ValidateAndConfigure(uri *url.URL, iden string, insecureIsMachineConnection
|
||||
}
|
||||
if len(authMethods) == 0 {
|
||||
authMethods = append(authMethods, ssh.PasswordCallback(func() (string, error) {
|
||||
pass, err := ReadPassword(fmt.Sprintf("%s's login password:", uri.User.Username()))
|
||||
pass, err := ReadPassword(uri.User.Username() + "'s login password:")
|
||||
return string(pass), err
|
||||
}))
|
||||
}
|
||||
|
Reference in New Issue
Block a user