gorm/go.mod

11 lines
239 B
Modula-2
Raw Normal View History

2019-03-10 13:37:07 +03:00
module github.com/jinzhu/gorm
2020-01-28 18:01:35 +03:00
go 1.13
2020-01-31 09:17:02 +03:00
2020-02-03 05:40:03 +03:00
require (
2020-02-05 06:14:58 +03:00
github.com/go-sql-driver/mysql v1.5.0 // indirect
2020-02-03 05:40:03 +03:00
github.com/jinzhu/inflection v1.0.0
2020-02-05 06:14:58 +03:00
github.com/lib/pq v1.3.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
2020-02-03 05:40:03 +03:00
)