summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2023-07-25 10:31:47 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2023-07-25 10:31:47 -0600
commit4df27a20c8f1b16eaba11799a7e0e650950ef408 (patch)
treeaf9708812a580e1abc9e440fccb2a0db0ce3a2f8 /go.mod
parent18c309b5fa1847a5303a053a4c79d3a395bdd823 (diff)
go.mod: Use latest CertMagic (v0.19.1)
Fixes race condition
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 6cacef5..0cd7c7b 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/alecthomas/chroma/v2 v2.7.0
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
- github.com/caddyserver/certmagic v0.19.0
+ github.com/caddyserver/certmagic v0.19.1
github.com/dustin/go-humanize v1.0.1
github.com/go-chi/chi v4.1.2+incompatible
github.com/google/cel-go v0.15.1