diff --git a/generate_nmc_cert/falsehost.go b/generate_nmc_cert/falsehost.go index 4030678..9baa476 100644 --- a/generate_nmc_cert/falsehost.go +++ b/generate_nmc_cert/falsehost.go @@ -28,13 +28,14 @@ import ( "encoding/pem" //"flag" "fmt" - "github.com/namecoin/ncdns/x509" "log" "math/big" //"net" "os" //"strings" "time" + + "github.com/namecoin/ncdns/x509" ) //var ( diff --git a/generate_nmc_cert/main.go b/generate_nmc_cert/main.go index 366a0aa..cded58c 100644 --- a/generate_nmc_cert/main.go +++ b/generate_nmc_cert/main.go @@ -30,14 +30,15 @@ import ( "encoding/pem" "flag" "fmt" - "github.com/namecoin/ncdns/certdehydrate" - "github.com/namecoin/ncdns/x509" "log" "math/big" //"net" "os" //"strings" "time" + + "github.com/namecoin/ncdns/certdehydrate" + "github.com/namecoin/ncdns/x509" ) var (