Added environment variables

This commit is contained in:
Nedim
2023-09-05 11:37:03 +02:00
parent b9131699a7
commit 2cdbbd5745
8 changed files with 196 additions and 51 deletions

1
go.mod
View File

@@ -7,6 +7,7 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.9.1
github.com/jinzhu/gorm v1.9.16
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.0
github.com/qor/admin v1.2.0
)