OSDN Git Service

Added dependency.
authorgguoss <1536310027@qq.com>
Tue, 18 Jul 2017 02:05:30 +0000 (10:05 +0800)
committergguoss <1536310027@qq.com>
Tue, 18 Jul 2017 02:05:30 +0000 (10:05 +0800)
blockchain/reactor.go
glide.lock

index 50ec8b8..8b260a9 100644 (file)
@@ -9,6 +9,7 @@ import (
        "github.com/blockchain/p2p"
        "github.com/blockchain/types"
        cmn "github.com/tendermint/tmlibs/common"
+    "github.com/blockchain/protocol"
 )
 
 const (
index 80a7733..0c91938 100644 (file)
@@ -32,6 +32,7 @@ imports:
   subpackages:
   - proto
   - ptypes/any
+- name: github.com/golang/groupcache
 - name: github.com/golang/snappy
   version: 553a641470496b2327abcac10b36396bd98e45c9
 - name: github.com/gorilla/websocket