Update utils.go

martin61
This commit is contained in:
martin61
2016-01-24 12:48:56 +01:00
parent e5d706b55b
commit e464fcbbda

View File

@@ -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) {