diff options
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 |