This commit is contained in:
Mitchell Hashimoto 2014-10-28 08:35:21 -07:00
parent 81d8cd0db4
commit e422a45449
8 changed files with 16 additions and 16 deletions

View File

@ -1,8 +1,8 @@
package rpc
import (
"github.com/mitchellh/packer/packer"
"github.com/hashicorp/go-msgpack/codec"
"github.com/mitchellh/packer/packer"
"io"
"log"
"net/rpc"

View File

@ -2,8 +2,8 @@ package rpc
import (
"fmt"
"github.com/mitchellh/packer/packer"
"github.com/hashicorp/go-msgpack/codec"
"github.com/mitchellh/packer/packer"
"io"
"log"
"net/rpc"

View File

@ -2,9 +2,9 @@ package vagrantcloud
import (
"fmt"
"strings"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"strings"
)
type stepReleaseVersion struct {