mirror of https://github.com/VinGarcia/ksql.git
12 lines
296 B
Modula-2
12 lines
296 B
Modula-2
module github.com/vingarcia/ksql/adapters/kpostgres
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/lib/pq v1.10.4
|
|
github.com/ory/dockertest/v3 v3.10.0
|
|
github.com/vingarcia/ksql v1.12.2
|
|
)
|