Skip to content

Commit 006f537

Browse files
committed
Merge #104: generate_nmc_cert: Use external x509 package in parent.go
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
2 parents d9c24e2 + 360369c commit 006f537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_nmc_cert/parent.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import (
3737
//"strings"
3838
"time"
3939

40-
"github.com/namecoin/ncdns/x509"
40+
"github.com/namecoin/x509-signature-splice/x509"
4141
)
4242

4343
//var (

0 commit comments

Comments
 (0)