modified: Dockerfile

modified:   go.mod
	modified:   go.sum
change docker file delete CGO=0
This commit is contained in:
2025-10-08 03:41:42 +05:00
parent 6dd5f64ddb
commit 75aac825dd
3 changed files with 10 additions and 18 deletions
-2
View File
@@ -5,7 +5,6 @@ go 1.21
require (
github.com/go-chi/chi/v5 v5.0.10
github.com/go-chi/cors v1.2.1
gorm.io/driver/sqlite v1.5.4
gorm.io/gorm v1.25.10
)
@@ -22,6 +21,5 @@ require (
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
gorm.io/driver/postgres v1.6.0
)