From c4e000a8812ae977422aec840a605f5f1e32bfea Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 1 Dec 2019 09:01:15 -0500 Subject: [PATCH] update localca to be less spammy --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b037ece..40f087f 100644 --- a/go.mod +++ b/go.mod @@ -17,5 +17,5 @@ require ( golang.org/x/net v0.0.0-20190923162816-aa69164e4478 within.website/confyg v0.4.0 within.website/ln v0.7.0 - within.website/x v1.2.0 + within.website/x v1.2.1-0.20191201140002-90f4a88b7855 ) diff --git a/go.sum b/go.sum index da28e39..98a4bc2 100644 --- a/go.sum +++ b/go.sum @@ -224,3 +224,5 @@ within.website/ln v0.7.0 h1:cZUc53cZF/+hWuEAv1VbqlYJ5czuPFHKfH0hLKmlIUA= within.website/ln v0.7.0/go.mod h1:ifURKqsCJekcsdUE+hyCdcuhQqQ+9v9DfA++ZqYxZFE= within.website/x v1.2.0 h1:ZR/H2en2569p9og4Kx4hrDW2qyDtpVZ9upXOlCh/YGY= within.website/x v1.2.0/go.mod h1:f6yg4hO/pprWxgRNHxKZU0Z/aKCsZq+WLg3iR8n1V6U= +within.website/x v1.2.1-0.20191201140002-90f4a88b7855 h1:E2mdPEO6XA1Nop7Mg888YlVqTfj9kLc7PF7AxcvlK5U= +within.website/x v1.2.1-0.20191201140002-90f4a88b7855/go.mod h1:f6yg4hO/pprWxgRNHxKZU0Z/aKCsZq+WLg3iR8n1V6U=