App config

This commit is contained in:
Eden Kirin
2024-01-14 22:20:52 +01:00
parent 1f3195d992
commit a27461cca8
5 changed files with 24 additions and 14 deletions

View File

@ -4,6 +4,7 @@ go 1.21.5
require (
github.com/gin-gonic/gin v1.9.1
github.com/kelseyhightower/envconfig v1.4.0
gorm.io/driver/postgres v1.5.4
gorm.io/gorm v1.25.5
)
@ -24,7 +25,6 @@ require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect