From 7d0bc9e90df56850d71240e346bc2208aabdfbfc Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 18 Oct 2023 14:45:21 +0100 Subject: [PATCH] Fix module name Forgot to update the module name after moving the repo to the hyperledgendary org Signed-off-by: James Taylor --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7dc440b..fab95dc 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/jt-nti/ccmetadata +module github.com/hyperledgendary/ccmetadata go 1.14