all repos — homestead @ 7ecd173d864167de06fa8a82f93dff8de3a0abd9

Code for my website

remove htmlformat override

Alan Pearce
commit

7ecd173d864167de06fa8a82f93dff8de3a0abd9

parent

2cd320647d0d94269371afa7e4f116b218c4b11e

3 files changed, 5 insertions(+), 2 deletions(-)

changed files
M go.modgo.mod
@@ -162,5 +162,3 @@ 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
M go.sumgo.sum
@@ -20,6 +20,8 @@ github.com/adrg/frontmatter v0.2.0 h1:/DgnNe82o03riBd1S+ZDjd43wAmC6W35q67NHeLkPd4=
github.com/adrg/frontmatter v0.2.0/go.mod h1:93rQCj3z3ZlwyxxpQioRKC1wDLto4aXHrbqIsnH9wmE= github.com/akutz/memconn v0.1.0 h1:NawI0TORU4hcOMsMr11g7vwlCdkYeLKXBcxWu2W/P8A= github.com/akutz/memconn v0.1.0/go.mod h1:Jo8rI7m0NieZyLI5e2CDlRdRqRRB4S7Xp77ukDjH+Fw= +github.com/alanpearce/htmlformat v0.0.0-20250508141223-2478490ea63e h1:WUq+YsA2RWKW6Sp730HWrVpnvqZBfMWbfzNaJLRgN28= +github.com/alanpearce/htmlformat v0.0.0-20250508141223-2478490ea63e/go.mod h1:NuI2MNYN6mukKP39/o2joOiZk4LiQdzrKf19Njq0t2c= github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa h1:LHTHcTQiSGT7VVbI0o4wBRNQIgn917usHWOd6VAffYI= github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa/go.mod h1:cEWa1LVoE5KvSD9ONXsZrj0z6KqySlCCNKHlLzbqAt4= github.com/andybalholm/brotli v1.1.1 h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7XdTA=
M gomod2nix.tomlgomod2nix.toml
@@ -28,6 +28,9 @@ hash = "sha256-WJsVcdCpkIkjqUz5fJOFStZYwQlrcFzQ6+mZatZiimo="
[mod."github.com/akutz/memconn"] version = "v0.1.0" hash = "sha256-WOs/RQYjQbn41ui8ztHgWSd4jxydE+fvIrl/0dmHD9Y=" + [mod."github.com/alanpearce/htmlformat"] + version = "v0.0.0-20250508141223-2478490ea63e" + hash = "sha256-9m7VGciL/VrCVNZuIQ7x4oTPlkMRG2JAjeTAQYOEcc4=" [mod."github.com/alexbrainman/sspi"] version = "v0.0.0-20231016080023-1a75b4708caa" hash = "sha256-Joa/NfBofK7lRlknQ5LVYD4M/dpd9xaCqsvYUBhKW0I="