fix go.mod so I can keep using my fork for the experimental reseed

This commit is contained in:
idk
2019-11-16 13:21:53 -05:00
parent 8babb39bd1
commit b35bb5b67f
2 changed files with 4 additions and 4 deletions

View File

@@ -18,10 +18,10 @@ func main() {
runtime.GOMAXPROCS(runtime.NumCPU() / 2)
app := cli.NewApp()
app.Name = "i2p-tools"
app.Name = "i2p-tools-1"
app.Version = "0.1.7"
app.Usage = "I2P tools and reseed server"
app.Author = "MDrollette"
app.Author = "eyedeekay"
app.Email = "matt@rows.io"
app.Flags = []cli.Flag{}
app.Commands = []cli.Command{