From c39c6720bd927cbeabba8ce7dd968ab2bbe86949 Mon Sep 17 00:00:00 2001 From: Ike Johnson-Woods Date: Mon, 12 Sep 2022 13:50:04 +0800 Subject: [PATCH] Fix module URL --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8f8e0ee..5542ae2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module cocytus.services/akd-client +module github.com/CocytusServices/akd-client go 1.16