about summary refs log tree commit diff stats
path: root/go.mod
blob: 5f15decb4c9b301ddf7ce7387460bb56990f7858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module alanpearce.eu/website

go 1.22.1

require (
	github.com/BurntSushi/toml v1.2.1 // indirect
	github.com/adrg/frontmatter v0.2.0 // 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
	gopkg.in/yaml.v2 v2.3.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)