initial commit

This commit is contained in:
maotovisk 2025-08-06 16:04:04 -03:00
parent 9baa0fab25
commit fc46164556
14 changed files with 243 additions and 0 deletions

12
go.mod Normal file
View file

@ -0,0 +1,12 @@
module maot-shortner
go 1.24.5
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.30 // indirect
golang.org/x/text v0.27.0 // indirect
gorm.io/driver/sqlite v1.6.0 // indirect
gorm.io/gorm v1.30.1 // indirect
)