diff options
author | Alan Pearce | 2024-07-03 17:47:43 +0200 |
---|---|---|
committer | Alan Pearce | 2024-07-03 17:48:02 +0200 |
commit | bfc935f6ea7b00c539192e486936b8ffbb5a403e (patch) | |
tree | 2b171912871ab65ebdba83d36f94a3e1a71ebd2c /go.mod | |
parent | 1bb04d30c6d2e9aef2ff3c0d46d5618be8152bd7 (diff) | |
download | website-bfc935f6ea7b00c539192e486936b8ffbb5a403e.tar.lz website-bfc935f6ea7b00c539192e486936b8ffbb5a403e.tar.zst website-bfc935f6ea7b00c539192e486936b8ffbb5a403e.zip |
fix mismatched log output from certmagic
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index c918db2..1c07814 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ require ( github.com/stefanfritsch/goldmark-fences v1.0.0 github.com/yuin/goldmark v1.7.4 gitlab.com/tozd/go/errors v0.8.1 - go.alanpearce.eu/x v0.0.0-20240702094403-3af026a42747 + go.alanpearce.eu/x v0.0.0-20240703154602-00de54be50eb ) require ( |