namecoin / ncdns

:globe_with_meridians: Namecoin to DNS bridge daemon
https://www.namecoin.org/
GNU General Public License v3.0
137 stars 41 forks source link

generate_nmc_cert: Use external x509 package in parent.go #104

Closed JeremyRand closed 5 years ago

JeremyRand commented 5 years ago

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

JeremyRand commented 5 years ago

@hlandau Assuming that Travis passes, I'll merge this in 1 week if I don't hear anything from you on the subject by then.

JeremyRand commented 5 years ago

(Rebased to fix a Travis fail)