1
0
Fork 0
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:
sauls8t 2018-10-17 14:27:02 +01:00
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
View 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
)