From 10f09e816d357adc8139cd2ed8442f0eab024370 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Sat, 26 Oct 2024 16:58:10 +0700 Subject: [PATCH] chore(deps): update go module dependencies & setting Signed-off-by: Patrick Kollitsch --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 go.sum diff --git a/go.mod b/go.mod index d84db60..72a3f14 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/theNewDynamic/gohugo-theme-ananke +module github.com/thenewdynamic/gohugo-theme-ananke go 1.22 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..e40eb0c --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/davidsneighbour/hugo-modules/modules/debug v1.2024.32 h1:GBD4McFmA6U6XOenzUkvRIU0gWVoQO92PlHlj8Rlfuk= +github.com/davidsneighbour/hugo-modules/modules/debug v1.2024.32/go.mod h1:yjFbb12/eQa4sIl+GoETWi94Vhlz1IKSoxhEpZgEWjc=