From 1284b9963d788f6046c97450b2d87215cd7b3589 Mon Sep 17 00:00:00 2001 From: Shane Huston Date: Mon, 17 Jun 2024 17:34:49 +0100 Subject: [PATCH] Update go.mod to correct username in path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2fe2681..8ae4733 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/shuston/banking +module github.com/stonish/banking go 1.17