Switch everything to my branch so it builds since the original branch needs it's dependencies updated

This commit is contained in:
idk
2020-12-24 09:52:27 -05:00
parent d73ca116f8
commit 352fdf2566
12 changed files with 352 additions and 31 deletions

View File

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