summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-03-26 14:01:38 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2020-03-26 14:01:38 -0600
commitc87f82f0ce58ec714b3e13fbe69c322a0d612c67 (patch)
treeeac26618f7cbaa90f510585ebfe593151adf6d70 /go.mod
parent5c55e5d53fcd5f60921dc477a4eb2127fe20c577 (diff)
caddytls: Match automation policies by wildcard subjects too
https://caddy.community/t/wildcard-snis-not-being-matched/7271/24?u=matt Also use new CertMagic function for matching wildcard names
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 06dd81f..3cd325c 100644
--- a/go.mod
+++ b/go.mod
@@ -5,10 +5,10 @@ go 1.14
require (
github.com/Masterminds/sprig/v3 v3.0.2
github.com/alecthomas/chroma v0.7.2-0.20200305040604-4f3623dce67a
- github.com/caddyserver/certmagic v0.10.4
+ github.com/caddyserver/certmagic v0.10.5
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
github.com/go-acme/lego/v3 v3.5.0
- github.com/google/cel-go v0.4.0
+ github.com/google/cel-go v0.4.1
github.com/jsternberg/zap-logfmt v1.2.0
github.com/klauspost/compress v1.10.3
github.com/klauspost/cpuid v1.2.3
@@ -21,7 +21,7 @@ require (
github.com/smallstep/cli v0.14.0-rc.3
github.com/smallstep/truststore v0.9.4
github.com/vulcand/oxy v1.1.0
- github.com/yuin/goldmark v1.1.25
+ github.com/yuin/goldmark v1.1.26
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
go.uber.org/zap v1.14.1
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59