summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 0 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 54d3532..1ba749b 100644
--- a/go.mod
+++ b/go.mod
@@ -6,11 +6,9 @@ require (
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
)