errs/go.mod

16 lines
297 B
Modula-2
Raw Normal View History

2022-02-04 01:05:54 +05:00
module git.leolab.info/lib/errs
2022-05-29 02:39:44 +05:00
go 1.18
2022-02-04 01:05:54 +05:00
2022-05-29 02:41:53 +05:00
require (
2022-07-09 09:32:40 +05:00
git.leolab.info/lib/replacer v1.0.1
2022-05-29 03:48:32 +05:00
gorm.io/driver/sqlite v1.3.2
2022-07-09 09:32:40 +05:00
gorm.io/gorm v1.23.8
2022-05-29 02:41:53 +05:00
)
require (
github.com/jinzhu/inflection v1.0.0 // indirect
2022-05-29 03:48:32 +05:00
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.12 // indirect
2022-05-29 02:41:53 +05:00
)