about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAlan Pearce2024-04-15 22:52:41 +0200
committerAlan Pearce2024-04-16 18:10:17 +0200
commit27448f33dce9141316bb4ea6d905305d8a846cac (patch)
treed39bfed3da6beac0b8a5a4c2d163c6a0f2aef1f8 /go.mod
parent0b61d3995bc01a5c8345b719459da261b92d3063 (diff)
downloadwebsite-27448f33dce9141316bb4ea6d905305d8a846cac.tar.lz
website-27448f33dce9141316bb4ea6d905305d8a846cac.tar.zst
website-27448f33dce9141316bb4ea6d905305d8a846cac.zip
wip: verbose error handling
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod20
1 files changed, 11 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index dbebe7b..50fd8b8 100644
--- a/go.mod
+++ b/go.mod
@@ -3,18 +3,20 @@ module alanpearce.eu/website
 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
 )