go vendor; track uptime, health

This commit is contained in:
Ethan Buchman
2016-02-02 13:10:43 -05:00
parent bfbfb646b9
commit 2b3fc11697
680 changed files with 103113 additions and 26253 deletions

View File

@@ -1,7 +1,7 @@
package handlers
import (
rpc "github.com/tendermint/netmon/Godeps/_workspace/src/github.com/tendermint/go-rpc/server"
rpc "github.com/tendermint/go-rpc/server"
"github.com/tendermint/netmon/types"
)