mirror of https://github.com/VinGarcia/ksql.git
22 lines
671 B
Modula-2
22 lines
671 B
Modula-2
module github.com/vingarcia/ksql
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
|
|
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/gotestyourself/gotestyourself v1.3.0 // indirect
|
|
github.com/jackc/pgconn v1.10.0
|
|
github.com/jackc/pgx/v4 v4.13.0
|
|
github.com/lib/pq v1.10.2
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/ory/dockertest/v3 v3.8.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tj/assert v0.0.3
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
)
|