|
module github.com/vingarcia/ksql/adapters/ksqlite3
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.12
|
|
github.com/stretchr/testify v1.8.0 // indirect
|
|
github.com/vingarcia/ksql v1.6.0
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|