Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-04 15:26:23 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-04 19:10:39 +0300
commit1651beb2c162f64a55d17f8f62223d82418569c9 (patch)
tree05a18253c54384a31cade948189f7b58d4608a17 /go.mod
parent2b6063c3e388056597af88709ff017d15f53c962 (diff)
Remove mmark
Closes #9350
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a2cee7dba..f10b4a91e 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,6 @@ require (
github.com/kyokomi/emoji/v2 v2.2.8
github.com/magefile/mage v1.11.0
github.com/mattn/go-isatty v0.0.14
- github.com/miekg/mmark v1.3.6
github.com/mitchellh/hashstructure v1.1.0
github.com/mitchellh/mapstructure v1.4.3
github.com/muesli/smartcrop v0.3.0