fix lint
This commit is contained in:
parent
4bb4f7617f
commit
4787455796
|
@ -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