switch to i2pgit.org branch by default

This commit is contained in:
idk
2020-12-24 10:27:56 -05:00
parent 731eaa0d11
commit 81ea32f49c
13 changed files with 29 additions and 29 deletions

View File

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