Commit f7018f24 authored by Ryan Uber's avatar Ryan Uber

Switch to hashicorp/go-msgpack

parent b1c80ce4
...@@ -2,7 +2,7 @@ package rpc ...@@ -2,7 +2,7 @@ package rpc
import ( import (
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
"github.com/ugorji/go/codec" "github.com/hashicorp/go-msgpack/codec"
"io" "io"
"log" "log"
"net/rpc" "net/rpc"
......
...@@ -3,7 +3,7 @@ package rpc ...@@ -3,7 +3,7 @@ package rpc
import ( import (
"fmt" "fmt"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
"github.com/ugorji/go/codec" "github.com/hashicorp/go-msgpack/codec"
"io" "io"
"log" "log"
"net/rpc" "net/rpc"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment