From 0d3c5134b8698359320ad0456dc8180c1857b106 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 10 Jul 2023 03:46:30 +0200 Subject: Added --new command that creates new page --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') 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 -- cgit v1.2.3