summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 6 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f3a916d..54d3532 100644
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,14 @@ module go.nc0.fr/crocc
go 1.20
require (
- github.com/BurntSushi/toml v0.3.1 // indirect
github.com/adrg/frontmatter v0.2.0
github.com/gomarkdown/markdown v0.0.0-20230322041520-c84983bdbf2a
github.com/google/go-cmp v0.5.9
+ github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
+)
+
+require (
+ github.com/BurntSushi/toml v0.3.1 // indirect
+ golang.org/x/net v0.9.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)