Skip to content

Commit

Permalink
Merge #104: generate_nmc_cert: Use external x509 package in parent.go
Browse files Browse the repository at this point in the history
360369c generate_nmc_cert: Use external x509 package in parent.go (JeremyRand)

Pull request description:

  `parent.go` was accidentally not updated when `x509` moved to an external repo; this is breaking the Travis build.  This PR fixes that.

ACKs for commit 360369:

Tree-SHA512: d90deee1bfd9d8bdab7e33d48897508781c0d0b97b823e36a8142d80472dee2cf8d10bcfdcd92b4b6719d8db44d37bf0cd98ffdc41a11cd412db736b3e4a4d6d
  • Loading branch information
JeremyRand committed Aug 2, 2019
2 parents d9c24e2 + 360369c commit 006f537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_nmc_cert/parent.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
//"strings"
"time"

"github.com/namecoin/ncdns/x509"
"github.com/namecoin/x509-signature-splice/x509"
)

//var (
Expand Down

0 comments on commit 006f537

Please sign in to comment.