changed module name with github official url
This commit is contained in:
parent
0b102f2272
commit
cf4580a8de
8 changed files with 18 additions and 12 deletions
|
|
@ -6,12 +6,13 @@ import (
|
|||
"flag"
|
||||
"fmt"
|
||||
"io"
|
||||
"lbc/yggdrasil"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"github.com/gregorybednov/lbc/yggdrasil"
|
||||
|
||||
"github.com/spf13/viper"
|
||||
cfg "github.com/tendermint/tendermint/config"
|
||||
"github.com/tendermint/tendermint/p2p"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue