diff --git a/builder/vmware/common/step_type_boot_command.go b/builder/vmware/common/step_type_boot_command.go index ac1da0131..82e8b3e17 100644 --- a/builder/vmware/common/step_type_boot_command.go +++ b/builder/vmware/common/step_type_boot_command.go @@ -2,9 +2,6 @@ package common import ( "fmt" - "github.com/mitchellh/go-vnc" - "github.com/mitchellh/multistep" - "github.com/mitchellh/packer/packer" "log" "net" "runtime" @@ -12,6 +9,10 @@ import ( "time" "unicode" "unicode/utf8" + + "github.com/mitchellh/go-vnc" + "github.com/mitchellh/multistep" + "github.com/mitchellh/packer/packer" ) const KeyLeftShift uint32 = 0xFFE1