break away from code.google.com

This commit is contained in:
chrislusf
2015-05-03 12:37:49 -07:00
parent 8660ecc7ec
commit 49b1ba5bbf
5 changed files with 5 additions and 5 deletions

View File

@@ -7,12 +7,12 @@ import (
"net/url"
"sync"
"github.com/chrislusf/raft"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/security"
"github.com/chrislusf/seaweedfs/go/sequence"
"github.com/chrislusf/seaweedfs/go/topology"
"github.com/chrislusf/seaweedfs/go/util"
"github.com/goraft/raft"
"github.com/gorilla/mux"
)

View File

@@ -14,9 +14,9 @@ import (
"strings"
"time"
"github.com/chrislusf/raft"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/topology"
"github.com/goraft/raft"
"github.com/gorilla/mux"
)

View File

@@ -6,9 +6,9 @@ import (
"net/http"
"strings"
"github.com/chrislusf/raft"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/operation"
"github.com/goraft/raft"
)
// Handles incoming RAFT joins.