mirror of https://github.com/VinGarcia/ksql.git
20 lines
566 B
Modula-2
20 lines
566 B
Modula-2
module github.com/vingarcia/ksql
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/denisenkom/go-mssqldb v0.10.0
|
|
github.com/ditointernet/go-assert v0.0.0-20200120164340-9e13125a7018
|
|
github.com/go-sql-driver/mysql v1.4.0
|
|
github.com/golang/mock v1.5.0
|
|
github.com/jackc/pgconn v1.10.0 // indirect
|
|
github.com/jackc/pgx/v4 v4.13.0
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/lib/pq v1.10.2
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/tj/assert v0.0.3
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
)
|