summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-10 03:46:30 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-10 03:46:30 +0200
commit0d3c5134b8698359320ad0456dc8180c1857b106 (patch)
treef3e7e2269296c713459d57dcfedbd04d4eafe7a5 /go.mod
parentf537b8194d0cbc6197fb77c7f20663922c836a28 (diff)
downloadjbmafp-0d3c5134b8698359320ad0456dc8180c1857b106.tar.gz
Added --new command that creates new page
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 e5b9f5d..c5dba15 100644
--- a/go.mod
+++ b/go.mod
@@ -5,6 +5,7 @@ go 1.20
require (
github.com/DavidBelicza/TextRank/v2 v2.1.3
github.com/alexflint/go-arg v1.4.3
+ github.com/gosimple/slug v1.13.1
github.com/microcosm-cc/bluemonday v1.0.24
github.com/otiai10/copy v1.12.0
github.com/tdewolff/minify/v2 v2.12.7
@@ -20,6 +21,7 @@ require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
+ github.com/gosimple/unidecode v1.0.1 // indirect
github.com/tdewolff/parse/v2 v2.6.6 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect