all repos — homestead @ 7589ea3a698092c5b2f0c89d49c9b0ae26f75139

Code for my website

fix space after punctuation in footer being removed by formatter

Alan Pearce
commit

7589ea3a698092c5b2f0c89d49c9b0ae26f75139

parent

eba069019e38a159abf2200335713023b2311370

1 file changed, 9 insertions(+), 7 deletions(-)

changed files
M go.modgo.mod
@@ -8,7 +8,7 @@ require (
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c github.com/PuerkitoBio/goquery v1.10.2 github.com/adrg/frontmatter v0.2.0 - github.com/alanpearce/htmlformat v0.0.0-20250507164543-9acc11ddafad + github.com/alanpearce/htmlformat v0.0.0-20250508141223-2478490ea63e github.com/andybalholm/brotli v1.1.1 github.com/antchfx/xmlquery v1.4.4 github.com/antchfx/xpath v1.3.3
@@ -139,15 +139,15 @@ github.com/xanzy/ssh-agent v0.3.3 // indirect
go.uber.org/multierr v1.11.0 // indirect go4.org/mem v0.0.0-20240501181205-ae6ca9944745 // indirect go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect - golang.org/x/crypto v0.36.0 // indirect + golang.org/x/crypto v0.38.0 // indirect golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect golang.org/x/mod v0.24.0 // indirect - golang.org/x/net v0.37.0 // indirect + golang.org/x/net v0.40.0 // indirect golang.org/x/oauth2 v0.26.0 // indirect - golang.org/x/sync v0.12.0 // indirect - golang.org/x/sys v0.31.0 // indirect - golang.org/x/term v0.30.0 // indirect - golang.org/x/text v0.23.0 // indirect + golang.org/x/sync v0.14.0 // indirect + golang.org/x/sys v0.33.0 // indirect + golang.org/x/term v0.32.0 // indirect + golang.org/x/text v0.25.0 // indirect golang.org/x/time v0.10.0 // indirect golang.org/x/tools v0.31.0 // indirect golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
@@ -162,3 +162,5 @@ moul.io/zapfilter v1.7.0 // indirect
willnorris.com/go/microformats v1.2.1-0.20240301064101-b5d1b9d2120e // indirect willnorris.com/go/webmention v0.0.0-20220108183051-4a23794272f0 // indirect ) + +replace github.com/alanpearce/htmlformat => ../../github.com/a-h/htmlformat