From 46c0128d67d0892f35bcaaa8629ae8704bd0af09 Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 2 Jan 2022 21:03:59 -0800 Subject: [PATCH] Fix module path. --- simplesql_test/simplesql_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplesql_test/simplesql_test.go b/simplesql_test/simplesql_test.go index ea4fa3e..a48ff8d 100644 --- a/simplesql_test/simplesql_test.go +++ b/simplesql_test/simplesql_test.go @@ -5,7 +5,7 @@ import ( "embed" "testing" - ssql "git.simplesystems.tech/bjj-gym-management/simplesql" + ssql "git.simplesystems.tech/simplesystems/simple-sql" "github.com/jmoiron/sqlx" _ "github.com/mattn/go-sqlite3" )