From b1bec8c8992424b423db3d92101bd5b4989dcf65 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 4 Jan 2021 15:59:48 -0700 Subject: go.mod: Update CertMagic and acmez (improved IDN support) --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 526a1fc..8ea1164 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/Masterminds/sprig/v3 v3.1.0 github.com/alecthomas/chroma v0.8.2 github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a - github.com/caddyserver/certmagic v0.12.1-0.20201215190346-201f83a06067 + github.com/caddyserver/certmagic v0.12.1-0.20210104224249-7891c830824b github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac github.com/go-chi/chi v4.1.2+incompatible github.com/google/cel-go v0.6.0 @@ -14,7 +14,7 @@ require ( github.com/klauspost/compress v1.11.3 github.com/klauspost/cpuid/v2 v2.0.1 github.com/lucas-clemente/quic-go v0.19.3 - github.com/mholt/acmez v0.1.1 + github.com/mholt/acmez v0.1.2 github.com/naoina/go-stringutil v0.1.0 // indirect github.com/naoina/toml v0.1.1 github.com/prometheus/client_golang v1.9.0 -- cgit v1.2.3