Switch to hashicorp/go-msgpack

pull/1600/head
Ryan Uber 12 years ago
parent b1c80ce44f
commit f7018f2407

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

Loading…
Cancel
Save