2 Commits

Author SHA1 Message Date
46c0128d67 Fix module path. 2022-01-02 21:03:59 -08:00
e2ea1ad123 Fix module path. 2022-01-02 19:52:21 -08:00
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module git.simplesystems.tech/simplesystems/simplesql module git.simplesystems.tech/simplesystems/simple-sql
go 1.17 go 1.17

View File

@ -5,7 +5,7 @@ import (
"embed" "embed"
"testing" "testing"
ssql "git.simplesystems.tech/bjj-gym-management/simplesql" ssql "git.simplesystems.tech/simplesystems/simple-sql"
"github.com/jmoiron/sqlx" "github.com/jmoiron/sqlx"
_ "github.com/mattn/go-sqlite3" _ "github.com/mattn/go-sqlite3"
) )