This commit is contained in:
idk
2020-12-24 09:55:05 -05:00
parent 352fdf2566
commit e630a6fe72
2 changed files with 2 additions and 5 deletions

View File

@@ -13,15 +13,15 @@ import (
"time"
//"crawshaw.io/littleboss"
"github.com/eyedeekay/i2p-tools-1/reseed"
"github.com/urfave/cli"
"github.com/cretz/bine/tor"
"github.com/cretz/bine/torutil"
"github.com/cretz/bine/torutil/ed25519"
"github.com/eyedeekay/i2p-tools-1/reseed"
"github.com/eyedeekay/sam3"
"github.com/eyedeekay/sam3/i2pkeys"
"github.com/libp2p/go-libp2p"
"github.com/libp2p/go-libp2p-core/host"
"github.com/urfave/cli"
)
func NewReseedCommand() cli.Command {

3
go.mod
View File

@@ -37,6 +37,3 @@ require (
golang.org/x/text v0.3.4
)
replace github.com/eyedeekay/i2p-tools-1 v0.0.0 => github.com/eyedeekay/i2p-tools-1 v0.0.4
//#replace github.com/urfave/cli v1.22.1 => github.com/urfave/cli v1.22.5