From e464fcbbdac8deca757af02f17c65dba588dda5c Mon Sep 17 00:00:00 2001 From: martin61 Date: Sun, 24 Jan 2016 12:48:56 +0100 Subject: [PATCH] Update utils.go martin61 --- cmd/utils.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/utils.go b/cmd/utils.go index 559be5b..d95db36 100644 --- a/cmd/utils.go +++ b/cmd/utils.go @@ -11,8 +11,8 @@ import ( "os" "strings" - "github.com/MDrollette/i2p-tools/reseed" - "github.com/MDrollette/i2p-tools/su3" + "github.com/martin61/i2p-tools/reseed" + "github.com/martin61/i2p-tools/su3" ) func loadPrivateKey(path string) (*rsa.PrivateKey, error) {