all repos — homestead @ 4c07535d9120fb999b0c008f1866972865f424f7

Code for my website

replace tozd/errors with Southclaws/fault

Alan Pearce
commit

4c07535d9120fb999b0c008f1866972865f424f7

parent

90a4ac43b915abb7a2949f4b5313b40d705b6071

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M go.modgo.mod
@@ -7,6 +7,7 @@
require ( github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c github.com/PuerkitoBio/goquery v1.10.2 + github.com/Southclaws/fault v0.8.1 github.com/adrg/frontmatter v0.2.0 github.com/alanpearce/htmlformat v0.0.0-20250508141223-2478490ea63e github.com/andybalholm/brotli v1.1.1
@@ -27,7 +28,6 @@ github.com/redis/go-redis/v9 v9.7.1
github.com/snabb/sitemap v1.0.4 github.com/stefanfritsch/goldmark-fences v1.0.0 github.com/yuin/goldmark v1.7.8 - gitlab.com/tozd/go/errors v0.10.0 go.alanpearce.eu/gomponents v1.4.0 go.alanpearce.eu/x v0.0.0-20250213214218-1bdfdc914d6c go.hacdias.com/indielib v0.4.3
@@ -136,6 +136,7 @@ github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
github.com/vishvananda/netns v0.0.4 // indirect github.com/x448/float16 v0.8.4 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect + gitlab.com/tozd/go/errors v0.10.0 // 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