initial commit

This commit is contained in:
2025-12-07 11:32:45 +01:00
commit c3daed67ac
35 changed files with 1315 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
module teletype_softwares
go 1.21.5
require (
github.com/DATA-DOG/go-sqlmock v1.5.1
github.com/go-chi/chi/v5 v5.0.10
github.com/google/uuid v1.4.0
gorm.io/driver/mysql v1.5.2
gorm.io/gorm v1.25.5
)
require (
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
)