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

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"

View File

@ -4,7 +4,7 @@ import (
"os"
"testing"
"github.com/mitchellh/packer/packer"
"github.com/hashicorp/packer/packer"
)
func testConfig() map[string]interface{} {

View File

@ -2,7 +2,7 @@ package lxd
import (
"fmt"
"github.com/mitchellh/packer/packer"
"github.com/hashicorp/packer/packer"
"io"
"log"
"os"

View File

@ -1,7 +1,7 @@
package lxd
import (
"github.com/mitchellh/packer/packer"
"github.com/hashicorp/packer/packer"
"testing"
)

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"
)

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"
)

View File

@ -1,8 +1,8 @@
package lxd
import (
"github.com/hashicorp/packer/packer"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"log"
)

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"
)