mirror of https://github.com/VinGarcia/ksql.git
15 lines
419 B
Modula-2
15 lines
419 B
Modula-2
module github.com/vingarcia/ksql/adapters/kpgx
|
|
|
|
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/jackc/pgconn v1.14.1
|
|
github.com/jackc/pgx/v4 v4.18.1
|
|
github.com/ory/dockertest/v3 v3.10.0
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
github.com/vingarcia/ksql v1.12.2
|
|
golang.org/x/crypto v0.12.0 // indirect
|
|
)
|