diff options
author | Alan Pearce | 2024-04-18 19:10:34 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-18 19:10:34 +0200 |
commit | 441535b945712ee5b32421f8563fe9093f07438f (patch) | |
tree | 08a9d170aeb14366e3b367c6b80549b78c88531a /go.mod | |
parent | 8f99286905d291751fca5ac3e32ebd0dbee7351c (diff) | |
download | website-441535b945712ee5b32421f8563fe9093f07438f.tar.lz website-441535b945712ee5b32421f8563fe9093f07438f.tar.zst website-441535b945712ee5b32421f8563fe9093f07438f.zip |
use forked htmlformat
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod index 8f458a8..a6e3e85 100644 --- a/go.mod +++ b/go.mod @@ -21,6 +21,8 @@ require ( golang.org/x/net v0.21.0 ) +replace github.com/a-h/htmlformat => github.com/alanpearce/htmlformat v0.0.0-20240418170242-387207ca8d01 + require ( github.com/andybalholm/brotli v1.1.0 // indirect github.com/andybalholm/cascadia v1.3.2 // indirect |