pull/416/head
Armon Dadgar 2014-10-20 10:21:31 -07:00
parent aaddfa2ba9
commit 541b98a926
5 changed files with 5 additions and 5 deletions

View File

@ -24,9 +24,9 @@ package agent
import ( import (
"bufio" "bufio"
"fmt" "fmt"
"github.com/hashicorp/go-msgpack/codec"
"github.com/hashicorp/logutils" "github.com/hashicorp/logutils"
"github.com/hashicorp/serf/serf" "github.com/hashicorp/serf/serf"
"github.com/hashicorp/go-msgpack/codec"
"io" "io"
"log" "log"
"net" "net"

View File

@ -3,8 +3,8 @@ package agent
import ( import (
"bufio" "bufio"
"fmt" "fmt"
"github.com/hashicorp/logutils"
"github.com/hashicorp/go-msgpack/codec" "github.com/hashicorp/go-msgpack/codec"
"github.com/hashicorp/logutils"
"log" "log"
"net" "net"
"sync" "sync"

View File

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

View File

@ -11,9 +11,9 @@ import (
"sync/atomic" "sync/atomic"
"time" "time"
"github.com/hashicorp/go-msgpack/codec"
"github.com/hashicorp/yamux" "github.com/hashicorp/yamux"
"github.com/inconshreveable/muxado" "github.com/inconshreveable/muxado"
"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

@ -5,9 +5,9 @@ import (
"fmt" "fmt"
"github.com/armon/go-metrics" "github.com/armon/go-metrics"
"github.com/hashicorp/consul/consul/structs" "github.com/hashicorp/consul/consul/structs"
"github.com/hashicorp/go-msgpack/codec"
"github.com/hashicorp/yamux" "github.com/hashicorp/yamux"
"github.com/inconshreveable/muxado" "github.com/inconshreveable/muxado"
"github.com/hashicorp/go-msgpack/codec"
"io" "io"
"math/rand" "math/rand"
"net" "net"