rename repo

This commit is contained in:
Matt Drollette
2014-12-14 23:32:35 -06:00
parent 891339b5c2
commit 031cc261d8
8 changed files with 14 additions and 14 deletions

View File

@@ -4,8 +4,8 @@ import (
"fmt"
"io/ioutil"
"github.com/MDrollette/go-i2p/reseed"
"github.com/MDrollette/go-i2p/su3"
"github.com/MDrollette/i2p-tools/reseed"
"github.com/MDrollette/i2p-tools/su3"
"github.com/codegangsta/cli"
)