mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-06 16:17:11 +00:00
Refactor to move common libraries out of project
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/sfreiberg/gotwilio"
|
||||
"github.com/sfreiberg/gotwilio"
|
||||
)
|
||||
|
||||
var lastAlertUnix int64 = 0
|
||||
|
||||
+2
-1
@@ -1,7 +1,8 @@
|
||||
|
||||
package alert
|
||||
|
||||
import (
|
||||
cfg "github.com/tendermint/tendermint/config"
|
||||
cfg "github.com/tendermint/go-config"
|
||||
)
|
||||
|
||||
var config cfg.Config = nil
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package alert
|
||||
|
||||
import (
|
||||
"github.com/tendermint/tendermint/logger"
|
||||
"github.com/tendermint/go-logger"
|
||||
)
|
||||
|
||||
var log = logger.New("module", "alert")
|
||||
|
||||
Reference in New Issue
Block a user