bump deps

This commit is contained in:
Xiang Li
2013-11-22 08:59:24 -08:00
parent 68e7455374
commit 8a0496cfae
139 changed files with 9266 additions and 8246 deletions

View File

@@ -5,7 +5,7 @@ import (
etcdErr "github.com/coreos/etcd/error"
"github.com/coreos/etcd/log"
"github.com/coreos/go-raft"
"github.com/coreos/raft"
)
func init() {

View File

@@ -16,7 +16,7 @@ import (
etcdErr "github.com/coreos/etcd/error"
"github.com/coreos/etcd/log"
"github.com/coreos/etcd/store"
"github.com/coreos/go-raft"
"github.com/coreos/raft"
"github.com/gorilla/mux"
)

View File

@@ -8,7 +8,7 @@ import (
etcdErr "github.com/coreos/etcd/error"
"github.com/coreos/etcd/log"
"github.com/coreos/etcd/store"
"github.com/coreos/go-raft"
"github.com/coreos/raft"
"github.com/gorilla/mux"
)

View File

@@ -3,7 +3,7 @@ package server
import (
"time"
"github.com/coreos/go-raft"
"github.com/coreos/raft"
)
type raftServerStats struct {

View File

@@ -5,7 +5,7 @@ import (
"os"
"github.com/coreos/etcd/log"
"github.com/coreos/go-raft"
"github.com/coreos/raft"
)
func init() {

View File

@@ -17,7 +17,7 @@ import (
"github.com/coreos/etcd/server/v2"
"github.com/coreos/etcd/store"
_ "github.com/coreos/etcd/store/v2"
"github.com/coreos/go-raft"
"github.com/coreos/raft"
"github.com/gorilla/mux"
)

View File

@@ -10,7 +10,7 @@ import (
"time"
"github.com/coreos/etcd/log"
"github.com/coreos/go-raft"
"github.com/coreos/raft"
)
// Timeout for setup internal raft http connection

View File

@@ -5,7 +5,7 @@ import (
etcdErr "github.com/coreos/etcd/error"
"github.com/coreos/etcd/store"
"github.com/coreos/go-raft"
"github.com/coreos/raft"
"github.com/gorilla/mux"
)

View File

@@ -2,7 +2,7 @@ package v1
import (
"github.com/coreos/etcd/store"
"github.com/coreos/go-raft"
"github.com/coreos/raft"
"net/http"
)

View File

@@ -9,7 +9,7 @@ import (
etcdErr "github.com/coreos/etcd/error"
"github.com/coreos/etcd/log"
"github.com/coreos/etcd/store"
"github.com/coreos/go-raft"
"github.com/coreos/raft"
"github.com/gorilla/mux"
)

View File

@@ -7,7 +7,7 @@ import (
etcdErr "github.com/coreos/etcd/error"
"github.com/coreos/etcd/store"
"github.com/coreos/go-raft"
"github.com/coreos/raft"
"github.com/gorilla/mux"
)

View File

@@ -2,7 +2,7 @@ package v2
import (
"github.com/coreos/etcd/store"
"github.com/coreos/go-raft"
"github.com/coreos/raft"
"net/http"
)