first commit

This commit is contained in:
2025-05-10 20:35:16 +03:30
commit 7f567a7adb
9 changed files with 181 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module CatsOfMastodonBotGo
go 1.24.2
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
golang.org/x/text v0.20.0 // indirect
gorm.io/driver/sqlite v1.5.7 // indirect
gorm.io/gorm v1.26.1 // indirect
)