From 11c7a558959f9dfad2d70a7b8fc1173581a8ad00 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Wed, 19 May 2021 04:39:28 +0000 Subject: [PATCH] ncdns: Add gox509compressed dependency --- projects/ncdns/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/ncdns/config b/projects/ncdns/config index eba9c36..e1985e8 100644 --- a/projects/ncdns/config +++ b/projects/ncdns/config @@ -36,6 +36,7 @@ var: optional_go_lib_deps: - gosplicesign - gotlsrestrictnss + - gox509compressed optional_go_lib_install: - github.com/namecoin/ncdns/certdehydrate - github.com/namecoin/ncdns/certinject @@ -113,6 +114,9 @@ input_files: project: gopretty - name: godegoutils project: godegoutils + - name: gox509compressed + project: gox509compressed + enable: '[% c("var/enable_namecoin_tlsa") %]' - name: goxnet project: goxnet - name: goxsys