From 6ed1174bf882163de91a69216e4628953f79b74c Mon Sep 17 00:00:00 2001 From: mxrch <17338428+mxrch@users.noreply.github.com> Date: Thu, 21 Oct 2021 16:48:34 +0200 Subject: [PATCH] Update go.mod It was causing path error while installing the module --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1042b06..4a8bf94 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/eatonchips/Go365 +module github.com/optiv/Go365 go 1.16