1
0
mirror of https://github.com/MADTeacher/go_basics.git synced 2025-11-23 21:34:47 +02:00
Files

15 lines
290 B
Modula-2
Raw Permalink Normal View History

2025-06-16 11:31:09 +03:00
module golang/todo
2025-08-16 00:02:25 +03:00
go 1.25
2025-06-16 11:31:09 +03:00
require gorm.io/gorm v1.25.12
require github.com/mattn/go-sqlite3 v1.14.22 // indirect
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/text v0.14.0 // indirect
gorm.io/driver/sqlite v1.5.7
)