module github.com/vingarcia/ksql/adapters/ksqlite3
go 1.14
require (
github.com/mattn/go-sqlite3 v1.14.12
github.com/vingarcia/ksql v1.7.1
)