mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
godep
This commit is contained in:
@@ -3,7 +3,7 @@ package config
|
||||
import (
|
||||
// We can't use github.com/tendermint/tendermint/logger
|
||||
// because that would create a dependency cycle.
|
||||
"github.com/tendermint/log15"
|
||||
"github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/tendermint/log15"
|
||||
)
|
||||
|
||||
var log = log15.New("module", "config")
|
||||
|
Reference in New Issue
Block a user