This commit is contained in:
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 (
"bufio"
"fmt"
"github.com/hashicorp/go-msgpack/codec"
"github.com/hashicorp/logutils"
"github.com/hashicorp/serf/serf"
"github.com/hashicorp/go-msgpack/codec"
"io"
"log"
"net"

View File

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

View File

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

View File

@ -11,9 +11,9 @@ import (
"sync/atomic"
"time"
"github.com/hashicorp/go-msgpack/codec"
"github.com/hashicorp/yamux"
"github.com/inconshreveable/muxado"
"github.com/hashicorp/go-msgpack/codec"
)
// msgpackHandle is a shared handle for encoding/decoding of RPC messages

View File

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