diff options
author | Alan Pearce | 2024-11-30 19:32:28 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-30 19:32:28 +0100 |
commit | 37f34d0f5920fca75cd303009396ceb1eefaad90 (patch) | |
tree | 25068a935e98d5b06b80ccd21d1a9d91423fe82d /go.mod | |
parent | fc89e757d4c29d0fea4eafe7573688549be98c51 (diff) | |
download | website-37f34d0f5920fca75cd303009396ceb1eefaad90.tar.lz website-37f34d0f5920fca75cd303009396ceb1eefaad90.tar.zst website-37f34d0f5920fca75cd303009396ceb1eefaad90.zip |
fork certmagic
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 7a56695..ca9042a 100644 --- a/go.mod +++ b/go.mod @@ -7,13 +7,13 @@ require ( github.com/PuerkitoBio/goquery v1.9.2 github.com/a-h/templ v0.2.793 github.com/adrg/frontmatter v0.2.0 + github.com/alanpearce/certmagic v0.21.5-0.20241130182838-e007f0b42ab3 github.com/alanpearce/certmagic-storage-redis v1.5.0 github.com/andybalholm/brotli v1.1.0 github.com/antchfx/xmlquery v1.4.1 github.com/antchfx/xpath v1.3.1 github.com/ardanlabs/conf/v3 v3.1.7 github.com/benpate/digit v0.12.1 - github.com/caddyserver/certmagic v0.21.4 github.com/crewjam/csp v0.0.2 github.com/deckarep/golang-set/v2 v2.6.0 github.com/fatih/structtag v1.2.0 @@ -42,6 +42,7 @@ require ( github.com/benpate/remote v0.16.0 // indirect github.com/benpate/rosetta v0.21.2 // indirect github.com/bsm/redislock v0.9.4 // indirect + github.com/caddyserver/certmagic v0.21.4 // indirect github.com/caddyserver/zerossl v0.1.3 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/cloudflare/circl v1.3.9 // indirect |