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" "fmt"
"github.com/hashicorp/logutils" "github.com/hashicorp/logutils"
"github.com/hashicorp/serf/serf" "github.com/hashicorp/serf/serf"
"github.com/ugorji/go/codec" "github.com/hashicorp/go-msgpack/codec"
"io" "io"
"log" "log"
"net" "net"

View File

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

View File

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

View File

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

View File

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

View File

@ -13,7 +13,7 @@ import (
"github.com/hashicorp/yamux" "github.com/hashicorp/yamux"
"github.com/inconshreveable/muxado" "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 // 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/consul/consul/structs"
"github.com/hashicorp/yamux" "github.com/hashicorp/yamux"
"github.com/inconshreveable/muxado" "github.com/inconshreveable/muxado"
"github.com/ugorji/go/codec" "github.com/hashicorp/go-msgpack/codec"
"io" "io"
"math/rand" "math/rand"
"net" "net"

View File

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

View File

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