|
|
|
@ -13,9 +13,9 @@ import (
|
|
|
|
"github.com/hashicorp/hcl/v2/hcldec"
|
|
|
|
"github.com/hashicorp/hcl/v2/hcldec"
|
|
|
|
hypervcommon "github.com/hashicorp/packer/builder/hyperv/common"
|
|
|
|
hypervcommon "github.com/hashicorp/packer/builder/hyperv/common"
|
|
|
|
powershell "github.com/hashicorp/packer/builder/hyperv/common/powershell"
|
|
|
|
powershell "github.com/hashicorp/packer/builder/hyperv/common/powershell"
|
|
|
|
"github.com/hashicorp/packer/helper/communicator"
|
|
|
|
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/bootcommand"
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/bootcommand"
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/common"
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/common"
|
|
|
|
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/communicator"
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/multistep"
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/multistep"
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/multistep/commonsteps"
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/multistep/commonsteps"
|
|
|
|
packersdk "github.com/hashicorp/packer/packer-plugin-sdk/packer"
|
|
|
|
packersdk "github.com/hashicorp/packer/packer-plugin-sdk/packer"
|
|
|
|
|