*: move from third_party to Godep

This commit is contained in:
Jonathan Boulle
2014-10-14 00:35:28 -07:00
parent 09f9884c6a
commit 4183b69e12
58 changed files with 59 additions and 30 deletions

View File

@@ -5,9 +5,9 @@ import (
"testing"
"time"
"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
"github.com/coreos/etcd/pkg"
"github.com/coreos/etcd/raft/raftpb"
"github.com/coreos/etcd/third_party/code.google.com/p/go.net/context"
)
// TestNodeStep ensures that node.Step sends msgProp to propc chan