move alert, events, rpc into own repos

This commit is contained in:
Ethan Buchman
2016-01-12 19:15:10 -05:00
parent 96547d0ca8
commit 0be13d1d27
31 changed files with 57 additions and 1691 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
. "github.com/tendermint/go-common"
"github.com/tendermint/go-p2p"
"github.com/tendermint/go-wire"
"github.com/tendermint/tendermint/events"
"github.com/tendermint/go-events"
"github.com/tendermint/tendermint/types"
)