vendor: update go.podman.io/{common,image,storage}

Update to the latest tags to make sure they all work correctly.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-09-03 17:46:02 +02:00
parent 5e5f0a1dd2
commit dbfddb82cb
127 changed files with 1303 additions and 795 deletions

View File

@@ -194,7 +194,7 @@ func golangConnectionScp(options ConnectionScpOptions) (*ConnectionScpReport, er
}
// ExecRemoteCommand takes a ssh client connection and a command to run and executes the
// command on the specified client. The function returns the Stdout from the client or the Stderr
// command on the specified client. The function returns the Stdout from the client or the Stderr.
func ExecRemoteCommand(dial *ssh.Client, run string) ([]byte, error) {
return ExecRemoteCommandWithInput(dial, run, nil)
}