Merge pull request #1600 from ryanuber/f-hashicorp-msgpack
Switch to hashicorp/go-msgpack
This commit is contained in:
commit
6ca0a2b361
@ -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
|
|||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user