some last minute cleanup

This commit is contained in:
Megan Marsh
2017-09-05 14:09:15 -07:00
parent f6bc158a80
commit 7f0d253dbf
8 changed files with 10 additions and 11 deletions
-1
View File
@@ -1,7 +1,6 @@
package lxd
import (
"errors"
"github.com/hashicorp/packer/common"
"github.com/hashicorp/packer/packer"
"github.com/hashicorp/packer/template/interpolate"
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"os"
"testing"
"github.com/mitchellh/packer/packer"
"github.com/hashicorp/packer/packer"
)
func testConfig() map[string]interface{} {
+1 -1
View File
@@ -2,7 +2,7 @@ package lxd
import (
"fmt"
"github.com/mitchellh/packer/packer"
"github.com/hashicorp/packer/packer"
"io"
"log"
"os"
+1 -1
View File
@@ -1,7 +1,7 @@
package lxd
import (
"github.com/mitchellh/packer/packer"
"github.com/hashicorp/packer/packer"
"testing"
)
+4 -4
View File
@@ -2,11 +2,11 @@ package lxd
import (
"fmt"
"github.com/hashicorp/packer/common"
"github.com/hashicorp/packer/helper/config"
"github.com/hashicorp/packer/packer"
"github.com/hashicorp/packer/template/interpolate"
"github.com/mitchellh/mapstructure"
"github.com/mitchellh/packer/common"
"github.com/mitchellh/packer/helper/config"
"github.com/mitchellh/packer/packer"
"github.com/mitchellh/packer/template/interpolate"
"time"
)
+1 -1
View File
@@ -2,8 +2,8 @@ package lxd
import (
"fmt"
"github.com/hashicorp/packer/packer"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"time"
)
+1 -1
View File
@@ -1,8 +1,8 @@
package lxd
import (
"github.com/hashicorp/packer/packer"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"log"
)
+1 -1
View File
@@ -2,8 +2,8 @@ package lxd
import (
"fmt"
"github.com/hashicorp/packer/packer"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"regexp"
)