diff --git a/common/step_provision_test.go b/common/step_provision_test.go index 809aaed64..afd4019b9 100644 --- a/common/step_provision_test.go +++ b/common/step_provision_test.go @@ -2,10 +2,10 @@ package common import ( "fmt" - "github.com/hashicorp/packer/helper/communicator" "os" "testing" + "github.com/hashicorp/packer/helper/communicator" "github.com/hashicorp/packer/helper/multistep" ) diff --git a/common/terminal_posix.go b/common/terminal_posix.go index 6c69d79e9..2a98a4fbd 100644 --- a/common/terminal_posix.go +++ b/common/terminal_posix.go @@ -4,8 +4,9 @@ package common // Imports for determining terminal information across platforms import ( - "golang.org/x/sys/unix" "os" + + "golang.org/x/sys/unix" ) // posix api