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" )