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