Update verify.go

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

View File

@@ -4,8 +4,8 @@ import (
"fmt"
"io/ioutil"
"github.com/MDrollette/i2p-tools/reseed"
"github.com/MDrollette/i2p-tools/su3"
"github.com/martin61/i2p-tools/reseed"
"github.com/martin61/i2p-tools/su3"
"github.com/codegangsta/cli"
)