about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAlan Pearce2024-04-14 20:11:14 +0200
committerAlan Pearce2024-04-16 18:10:11 +0200
commit4536e9e5dd826eb0e69c930312ba8f66e9c16175 (patch)
treec217312bd2c89067828fd62216295a20c01c9a91 /go.mod
parentebb96f1a7f9828119bced5e562798a776f5849d4 (diff)
downloadwebsite-4536e9e5dd826eb0e69c930312ba8f66e9c16175.tar.lz
website-4536e9e5dd826eb0e69c930312ba8f66e9c16175.tar.zst
website-4536e9e5dd826eb0e69c930312ba8f66e9c16175.zip
wip: read posts
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..5f15dec
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,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
+)