all repos — cameraman @ 585f171daa720446f46b066ded55d5da8d56c93c

go.mod (view raw)

 1module github.com/BiRabittoh/cameraman
 2
 3go 1.22.3
 4
 5require (
 6	github.com/go-resty/resty/v2 v2.13.1
 7	github.com/joho/godotenv v1.5.1
 8	gorm.io/driver/sqlite v1.5.5
 9	gorm.io/gorm v1.25.10
10)
11
12require (
13	github.com/jinzhu/inflection v1.0.0 // indirect
14	github.com/jinzhu/now v1.1.5 // indirect
15	github.com/mattn/go-sqlite3 v1.14.22 // indirect
16	golang.org/x/net v0.25.0 // indirect
17)