From 4787455796002307f4284c13b392efdbe0c4e3a2 Mon Sep 17 00:00:00 2001 From: r_takaishi Date: Fri, 13 Mar 2020 11:22:13 +0900 Subject: [PATCH] fix lint --- communicator/ssh/keyboard_interactive.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/communicator/ssh/keyboard_interactive.go b/communicator/ssh/keyboard_interactive.go index 5f1013bd3..4da16d733 100644 --- a/communicator/ssh/keyboard_interactive.go +++ b/communicator/ssh/keyboard_interactive.go @@ -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 {