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

@@ -6,7 +6,7 @@ import (
"net"
"time"
"github.com/MDrollette/go-i2p/reseed"
"github.com/MDrollette/i2p-tools/reseed"
"github.com/codegangsta/cli"
)

View File

@@ -5,7 +5,7 @@ import (
"io/ioutil"
"log"
"github.com/MDrollette/go-i2p/reseed"
"github.com/MDrollette/i2p-tools/reseed"
"github.com/codegangsta/cli"
)

View File

@@ -11,8 +11,8 @@ import (
"os"
"strings"
"github.com/MDrollette/go-i2p/reseed"
"github.com/MDrollette/go-i2p/su3"
"github.com/MDrollette/i2p-tools/reseed"
"github.com/MDrollette/i2p-tools/su3"
)
func loadPrivateKey(path string) (*rsa.PrivateKey, error) {

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"
)

View File

@@ -8,8 +8,8 @@ import (
"net/http"
"sync"
"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"
)