From 654f4f78736cca76cea187b94f84f4003cec65e3 Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 2 Jan 2022 19:51:37 -0800 Subject: [PATCH] Fix module path. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3087bd6..175da9c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.simplesystems.tech/bjj-gym-management/simplesql +module git.simplesystems.tech/simplesystems/simplesql go 1.17