From 8e83285cc5b36c516880c9e321b86cb78db0d27f Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 19:24:16 +0200 Subject: Enageg! --- go.mod | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..e5b9f5d --- /dev/null +++ b/go.mod @@ -0,0 +1,27 @@ +module mitjafelicijan.com/jbmafp + +go 1.20 + +require ( + github.com/DavidBelicza/TextRank/v2 v2.1.3 + github.com/alexflint/go-arg v1.4.3 + github.com/microcosm-cc/bluemonday v1.0.24 + github.com/otiai10/copy v1.12.0 + github.com/tdewolff/minify/v2 v2.12.7 + github.com/yuin/goldmark v1.5.4 + github.com/yuin/goldmark-highlighting/v2 v2.0.0-20220924101305-151362477c87 + github.com/yuin/goldmark-meta v1.1.0 + gopkg.in/yaml.v3 v3.0.1 +) + +require ( + github.com/alecthomas/chroma/v2 v2.2.0 // indirect + github.com/alexflint/go-scalar v1.1.0 // indirect + 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/tdewolff/parse/v2 v2.6.6 // indirect + golang.org/x/net v0.10.0 // indirect + golang.org/x/sys v0.8.0 // indirect + gopkg.in/yaml.v2 v2.3.0 // indirect +) -- cgit v1.2.3