From dcc979b66db3dec4fe3bf63cf339e8e4f5497941 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <patrick@davids-neighbour.com> Date: Fri, 18 Oct 2024 05:25:39 +0000 Subject: [PATCH] chore(deps): update go module configuration --- exampleSite/go.mod | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/go.mod b/exampleSite/go.mod index c972e98..650bb91 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -1,7 +1,7 @@ module github.com/theNewDynamic/gohugo-theme-ananke/exampleSite -go 1.14 +go 1.23 -require github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20240917163124-321680f6ee8f // indirect +require github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20241018002841-8e1a6dc21313 // indirect -replace github.com/theNewDynamic/gohugo-theme-ananke => ../ +replace github.com/theNewDynamic/gohugo-theme-ananke => .. -- Gitblit v1.10.0