ksql/go.mod

19 lines
518 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
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
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
google.golang.org/appengine v1.6.7 // indirect
)