From ca807dec43b7fda7e57fcb62a56ac6279fa1996e Mon Sep 17 00:00:00 2001 From: Michele Date: Thu, 31 Jul 2025 01:16:56 +0200 Subject: [PATCH] coolify setup --- go.mod | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..8d3cd80 --- /dev/null +++ b/go.mod @@ -0,0 +1,7 @@ +module github.com/nicokaiser/hugo-gallery-starter + +go 1.20 + +require github.com/nicokaiser/hugo-theme-gallery/v4 v4.0.0 // indirect + +replace github.com/nicokaiser/hugo-theme-gallery/v4 => ../