File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ package common
6
6
import (
7
7
"context"
8
8
"fmt"
9
- "github.com/hashicorp/packer-plugin-sdk/tmp"
10
9
"io"
11
10
"log"
12
11
"os"
13
12
"path/filepath"
14
13
14
+ "github.com/hashicorp/packer-plugin-sdk/tmp"
15
+
15
16
"github.com/hashicorp/packer-plugin-sdk/multistep"
16
17
packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
17
18
Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ package iso
6
6
import (
7
7
"context"
8
8
"fmt"
9
- "github.com/hashicorp/packer-plugin-sdk/multistep"
10
- packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
11
- vboxcommon "github.com/hashicorp/packer-plugin-virtualbox/builder/virtualbox/common"
12
9
"path/filepath"
13
10
"strconv"
14
11
"strings"
12
+
13
+ "github.com/hashicorp/packer-plugin-sdk/multistep"
14
+ packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
15
+ vboxcommon "github.com/hashicorp/packer-plugin-virtualbox/builder/virtualbox/common"
15
16
)
16
17
17
18
// This step creates the virtual disk that will be used as the
You can’t perform that action at this time.
0 commit comments