Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 46c0128d67 | |||
| e2ea1ad123 |
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module git.simplesystems.tech/simplesystems/simplesql
|
module git.simplesystems.tech/simplesystems/simple-sql
|
||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user