diff options
author | Alan Pearce | 2024-04-25 02:11:24 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-25 02:12:37 +0200 |
commit | 9b4ca4783a186c345d99f613aeaf73e1bc112bfa (patch) | |
tree | c02d96f55f24a414418a574011b99c094e83fbc0 /go.mod | |
parent | f87882e8d138d570c73c85a08821c64882ca658d (diff) | |
download | website-9b4ca4783a186c345d99f613aeaf73e1bc112bfa.tar.lz website-9b4ca4783a186c345d99f613aeaf73e1bc112bfa.tar.zst website-9b4ca4783a186c345d99f613aeaf73e1bc112bfa.zip |
improve HTML formatting
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 ca31318..d124c22 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( golang.org/x/net v0.24.0 ) -replace github.com/a-h/htmlformat => github.com/alanpearce/htmlformat v0.0.0-20240418170242-387207ca8d01 +replace github.com/a-h/htmlformat => github.com/alanpearce/htmlformat v0.0.0-20240425000139-1244374b2562 require ( github.com/andybalholm/cascadia v1.3.2 // indirect |