mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-05-30 19:23:41 +00:00
11 lines
235 B
Modula-2
11 lines
235 B
Modula-2
module github.com/vingarcia/kissorm
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/ditointernet/go-assert v0.0.0-20200120164340-9e13125a7018
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/lib/pq v1.1.1
|
|
github.com/mattn/go-sqlite3 v1.14.6 // indirect
|
|
)
|