瀏覽代碼

Merge pull request #1762 from xiang90/fix_import

rafthttp: fix import
Xiang Li 11 年之前
父節點
當前提交
edcdffe11e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rafthttp/streamer.go

+ 1 - 1
rafthttp/streamer.go

@@ -30,7 +30,7 @@ import (
 	"github.com/coreos/etcd/pkg/types"
 	"github.com/coreos/etcd/raft/raftpb"
 
-	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
+	"github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context"
 )
 
 const (