packer/rpc: fix build by missing import
This commit is contained in:
parent
cf175b4733
commit
9e12492f96
|
@ -2,6 +2,7 @@ package rpc
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/gob"
|
"encoding/gob"
|
||||||
|
"fmt"
|
||||||
"github.com/mitchellh/packer/packer"
|
"github.com/mitchellh/packer/packer"
|
||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
|
|
Loading…
Reference in New Issue