Restructuring a bit...
This commit is contained in:
parent
a9cc7515d8
commit
8968271c3b
5 changed files with 3 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ import (
|
|||
"strings"
|
||||
"os"
|
||||
|
||||
"git.rdx4.com/monqui/records"
|
||||
"git.rdx4.com/monqui/storage/internal/storage"
|
||||
|
||||
"database/sql"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
3
go.mod
3
go.mod
|
|
@ -1,5 +1,6 @@
|
|||
module sqlite3_hook
|
||||
module git.rdx4.com/monqui/storage
|
||||
|
||||
go 1.18
|
||||
|
||||
require github.com/mattn/go-sqlite3 v1.14.28 // indirect
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,3 +0,0 @@
|
|||
module git.rdx4.com/monqui/records
|
||||
|
||||
go 1.18
|
||||
Loading…
Add table
Add a link
Reference in a new issue