remove test import hacks

This commit is contained in:
Matthew Hooker 2016-10-05 16:30:29 -07:00
parent b79cdb3e47
commit 9b0fdc7509
3 changed files with 0 additions and 8 deletions

View File

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

View File

@ -2,9 +2,6 @@ package googlecompute
import (
"strings"
// To get test dependencies managed by Godeps
_ "github.com/stretchr/testify/assert"
)
type Image struct {

View File

@ -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