mirror of https://github.com/VinGarcia/ksql.git
14 lines
317 B
Modula-2
14 lines
317 B
Modula-2
module github.com/vingarcia/kissorm
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/ditointernet/go-assert v0.0.0-20200120164340-9e13125a7018
|
|
github.com/golang/mock v1.4.4
|
|
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
|
|
)
|