mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-02 14:11:37 +00:00
Refactor to move common libraries out of project
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
|
||||
package config
|
||||
|
||||
import (
|
||||
"github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/naoina/toml"
|
||||
"github.com/naoina/toml"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
. "github.com/tendermint/tendermint/common"
|
||||
. "github.com/tendermint/go-common"
|
||||
)
|
||||
|
||||
type Config interface {
|
||||
|
Reference in New Issue
Block a user