mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Update SQLX dependency
This commit is contained in:
parent
516140dd7e
commit
b3383f46ca
8 changed files with 41 additions and 11 deletions
7
vendor/github.com/jmoiron/sqlx/go.mod
generated
vendored
Normal file
7
vendor/github.com/jmoiron/sqlx/go.mod
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
module github.com/jmoiron/sqlx
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.4.0
|
||||
github.com/lib/pq v1.0.0
|
||||
github.com/mattn/go-sqlite3 v1.9.0
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue