From 8c8ef13d67f3477b7ab710472c40079990572a54 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 16 Aug 2021 17:39:21 -0400 Subject: [PATCH] fix import path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8311bf9..cf790b6 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.teamworkapps.com/scs/wp-metacache +module git.teamworkapps.com/shortcut/wp-metacache go 1.16