remove test import hacks
This commit is contained in:
parent
b79cdb3e47
commit
9b0fdc7509
|
@ -8,8 +8,6 @@ import (
|
|||
|
||||
"github.com/mitchellh/packer/builder/azure/common/constants"
|
||||
"github.com/mitchellh/packer/builder/azure/common/template"
|
||||
|
||||
_ "github.com/approvals/go-approval-tests"
|
||||
)
|
||||
|
||||
type templateFactoryFunc func(*Config) (*resources.Deployment, error)
|
||||
|
|
|
@ -2,9 +2,6 @@ package googlecompute
|
|||
|
||||
import (
|
||||
"strings"
|
||||
|
||||
// To get test dependencies managed by Godeps
|
||||
_ "github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
type Image struct {
|
||||
|
|
|
@ -10,9 +10,6 @@ import (
|
|||
"github.com/masterzen/winrm"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"github.com/packer-community/winrmcp/winrmcp"
|
||||
// This import is a bit strange, but it's needed so `make updatedeps`
|
||||
// can see and download it
|
||||
_ "github.com/dylanmei/winrmtest"
|
||||
)
|
||||
|
||||
// Communicator represents the WinRM communicator
|
||||
|
|
Loading…
Reference in New Issue