all repos — homestead @ 526f9fe622c1067aee1877517dbca176796cd4e2

Code for my website

wip: render posts and lists

Alan Pearce
commit

526f9fe622c1067aee1877517dbca176796cd4e2

parent

71cec0c104f5c01efbdd3913ef5e51c90a70b57e

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M go.modgo.mod
@@ -4,10 +4,13 @@ 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/andybalholm/cascadia v1.3.2 // indirect github.com/deckarep/golang-set/v2 v2.6.0 // 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 gopkg.in/yaml.v2 v2.3.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )