Switch to hashicorp/go-msgpack

This commit is contained in:
Ryan Uber 2014-10-17 18:38:17 -07:00
parent b1c80ce44f
commit f7018f2407
2 changed files with 2 additions and 2 deletions

View File

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

View File

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