all repos — homestead @ 564d740e8a3f71841ff99a856144dc8803c05bde

Code for my website

wip: verbose error handling

Alan Pearce
commit

564d740e8a3f71841ff99a856144dc8803c05bde

parent

88702c320981296dae29e8b3e945bf4e58742e36

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

changed files
M go.modgo.mod
@@ -3,18 +3,20 @@
go 1.22.1 require ( - github.com/BurntSushi/toml v1.2.1 // indirect - github.com/PuerkitoBio/goquery v1.9.1 // indirect - github.com/adrg/frontmatter v0.2.0 // indirect + github.com/BurntSushi/toml v1.2.1 + github.com/PuerkitoBio/goquery v1.9.1 + github.com/adrg/frontmatter v0.2.0 + github.com/antchfx/xmlquery v1.4.0 + github.com/antchfx/xpath v1.3.0 + github.com/deckarep/golang-set/v2 v2.6.0 + github.com/pkg/errors v0.9.1 + github.com/yuin/goldmark v1.7.1 +) + +require ( github.com/andybalholm/cascadia v1.3.2 // indirect - github.com/antchfx/xmlquery v1.4.0 // indirect - github.com/antchfx/xpath v1.3.0 // indirect - github.com/deckarep/golang-set/v2 v2.6.0 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect - github.com/yuin/goldmark v1.7.1 // indirect - go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect golang.org/x/net v0.21.0 // indirect golang.org/x/text v0.14.0 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect )