This commit is contained in:
2025-03-13 21:18:01 +02:00
parent 02adc8b545
commit fd957e32b9
28 changed files with 1064 additions and 457 deletions

23
go.work
View File

@@ -1,11 +1,12 @@
go 1.22.0
use (
.
./auth
./users
./db_handler
./mail
./models
./servers
)
go 1.24.1
use (
.
./auth
./db_handler
./db_handler/mongo
./mail
./models
./servers
./users
)