mirror of https://github.com/VinGarcia/ksql.git
13 lines
344 B
Modula-2
13 lines
344 B
Modula-2
module github.com/vingarcia/ksql/adapters/kmysql
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/lib/pq v1.10.4 // indirect
|
|
github.com/ory/dockertest/v3 v3.10.0
|
|
github.com/vingarcia/ksql v1.12.0
|
|
)
|