From 34614f3daee4c78a3db100244cd76fec98e6c32f Mon Sep 17 00:00:00 2001 From: SavingNinja <108244591+SavingNinja@users.noreply.github.com> Date: Sat, 2 Jul 2022 11:13:32 -0400 Subject: [PATCH] Updates go.mod to match fork Adding go module was broken: > module declares its path as: github.com/adityatelange/hugo-PaperMod but was required as: github.com/reorx/hugo-PaperModX This should fix it. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index af95855690..7b4f6d2602 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/adityatelange/hugo-PaperMod +module github.com/reorx/hugo-PaperModX go 1.12