Commit f7018f24 authored by Ryan Uber's avatar Ryan Uber

Switch to hashicorp/go-msgpack

parent b1c80ce4
......@@ -2,7 +2,7 @@ package rpc
import (
"github.com/mitchellh/packer/packer"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
"io"
"log"
"net/rpc"
......
......@@ -3,7 +3,7 @@ package rpc
import (
"fmt"
"github.com/mitchellh/packer/packer"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
"io"
"log"
"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