summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-27 19:43:56 +0100
committera73x <[email protected]>2024-08-27 20:23:18 +0100
commitd38fc83df3824b840f0b3930e4cb7236bdab84b2 (patch)
tree586a7f940291f933ef2a7e05b20dff21ded6d78a /go.mod
parentcffb105a9ff8ed5d7aa04e5f4097368f6be38b8e (diff)
feat(content): support templating in content
this is tired person code don't write tired person code
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index cbefc2e..3cccf13 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,8 @@ module git.sr.ht/~a73x/home
go 1.22.5
require (
- github.com/yuin/goldmark v1.7.4
- go.abhg.dev/goldmark/frontmatter v0.2.0
+ github.com/adrg/frontmatter v0.2.0
+ github.com/gomarkdown/markdown v0.0.0-20240730141124-034f12af3bf6
go.uber.org/zap v1.27.0
)
@@ -12,5 +12,5 @@ require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/stretchr/testify v1.9.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
+ gopkg.in/yaml.v2 v2.3.0 // indirect
)