summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-31 19:08:31 +0100
committera73x <[email protected]>2024-08-31 19:08:31 +0100
commitda7e34735f3811da300ed56c504a171e3e407de9 (patch)
tree92050fddce9b7bfb8c36c6bf39d095c3e1acc9ff /go.mod
parent68cc8a115d79c97e3c557c70d81d59d0de29ae46 (diff)
chore(html): removed js for go chroma
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 3cccf13..b7a1c39 100644
--- a/go.mod
+++ b/go.mod
@@ -4,12 +4,14 @@ go 1.22.5
require (
github.com/adrg/frontmatter v0.2.0
+ github.com/alecthomas/chroma v0.10.0
github.com/gomarkdown/markdown v0.0.0-20240730141124-034f12af3bf6
go.uber.org/zap v1.27.0
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
+ github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect