Switching to the pinned version of msgpack

This commit is contained in:
Armon Dadgar 2014-10-17 18:26:19 -07:00
parent 34713fe970
commit 3f36515544
9 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,7 @@ import (
"fmt"
"github.com/hashicorp/logutils"
"github.com/hashicorp/serf/serf"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
"io"
"log"
"net"

View File

@ -4,7 +4,7 @@ import (
"bufio"
"fmt"
"github.com/hashicorp/logutils"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
"log"
"net"
"sync"

View File

@ -11,7 +11,7 @@ import (
"runtime"
"time"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
)
const (

View File

@ -9,7 +9,7 @@ import (
"github.com/hashicorp/consul/consul/structs"
"github.com/hashicorp/raft"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
)
// consulFSM implements a finite state machine that is used

View File

@ -3,7 +3,7 @@ package consul
import (
"bytes"
"github.com/armon/gomdb"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
"io/ioutil"
"os"
"reflect"

View File

@ -13,7 +13,7 @@ import (
"github.com/hashicorp/yamux"
"github.com/inconshreveable/muxado"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
)
// msgpackHandle is a shared handle for encoding/decoding of RPC messages

View File

@ -7,7 +7,7 @@ import (
"github.com/hashicorp/consul/consul/structs"
"github.com/hashicorp/yamux"
"github.com/inconshreveable/muxado"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
"io"
"math/rand"
"net"

View File

@ -2,7 +2,7 @@ package consul
import (
"github.com/hashicorp/consul/testutil"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
"net"
"net/rpc"
"os"

View File

@ -6,7 +6,7 @@ import (
"time"
"github.com/hashicorp/consul/acl"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
)
var (