diff options
author | Matthew Holt <[email protected]> | 2019-07-01 11:43:21 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2019-07-01 11:43:27 -0600 |
commit | 0b2e05483961069e5daa2cf5f69db72da2938030 (patch) | |
tree | fa0d300d731723e8342714b6d4f77482ce23176f /go.mod | |
parent | 6f019285126d250ed5875594c37d1b3277251c8e (diff) | |
download | caddy-0b2e05483961069e5daa2cf5f69db72da2938030.tar.gz caddy-0b2e05483961069e5daa2cf5f69db72da2938030.zip |
tls: Deprecate 'max_certs' in favor of 'ask'; use latest CertMagic
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ require ( github.com/klauspost/cpuid v1.2.0 github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 // indirect github.com/lucas-clemente/quic-go v0.10.2 - github.com/mholt/certmagic v0.6.1 + github.com/mholt/certmagic v0.6.2-0.20190624175158-6a42ef9fe8c2 github.com/naoina/go-stringutil v0.1.0 // indirect github.com/naoina/toml v0.1.1 github.com/russross/blackfriday v0.0.0-20170610170232-067529f716f4 |