mirror of https://github.com/VinGarcia/ksql.git
16 lines
397 B
Modula-2
16 lines
397 B
Modula-2
module github.com/vingarcia/kisssql
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/ditointernet/go-assert v0.0.0-20200120164340-9e13125a7018
|
|
github.com/golang/mock v1.5.0
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/lib/pq v1.1.1
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tj/assert v0.0.3
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
)
|