summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-09-13 11:46:58 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-09-13 11:46:58 -0600
commit839507e24e4d8d2d8052335fafb110513865efc0 (patch)
treefc9346b81193bc38af38b3a86cc3904be1873401 /go.mod
parent833d67446f14e88c2888db2c3796568fd00bae7a (diff)
http: Consider wildcards when evaluating automatic HTTPS
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1c208c5..85e37bb 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ require (
github.com/klauspost/compress v1.7.1-0.20190613161414-0b31f265a57b
github.com/klauspost/cpuid v1.2.1
github.com/lucas-clemente/quic-go v0.7.1-0.20190908032346-fc962d18373a
- github.com/mholt/certmagic v0.7.0
+ github.com/mholt/certmagic v0.7.1
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190902132743-e4903c4dea48
github.com/rs/cors v1.6.0