fix lint
This commit is contained in:
parent
7cdb2e89e4
commit
4447d28938
|
@ -1,10 +1,11 @@
|
|||
package ssh
|
||||
|
||||
import (
|
||||
"golang.org/x/crypto/ssh"
|
||||
"golang.org/x/crypto/ssh/terminal"
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"golang.org/x/crypto/ssh"
|
||||
"golang.org/x/crypto/ssh/terminal"
|
||||
)
|
||||
|
||||
func KeyboardInteractive() ssh.KeyboardInteractiveChallenge {
|
||||
|
|
Loading…
Reference in New Issue