feat: backend service

This commit is contained in:
Ilia Denisov
2026-05-06 10:14:55 +03:00
committed by GitHub
parent 3e2622757e
commit f446c6a2ac
1486 changed files with 49720 additions and 266401 deletions
+1 -9
View File
@@ -1,30 +1,23 @@
go 1.26.2
use (
./authsession
./backend
./client
./game
./gamemaster
./gateway
./integration
./lobby
./mail
./notification
./pkg/calc
./pkg/connector
./pkg/cronutil
./pkg/error
./pkg/geoip
./pkg/model
./pkg/notificationintent
./pkg/postgres
./pkg/redisconn
./pkg/schema
./pkg/storage
./pkg/transcoder
./pkg/util
./rtmanager
./user
)
replace (
@@ -34,7 +27,6 @@ replace (
galaxy/error v0.0.0 => ./pkg/error
galaxy/geoip v0.0.0 => ./pkg/geoip
galaxy/model v0.0.0 => ./pkg/model
galaxy/notificationintent v0.0.0 => ./pkg/notificationintent
galaxy/postgres v0.0.0 => ./pkg/postgres
galaxy/redisconn v0.0.0 => ./pkg/redisconn
galaxy/schema v0.0.0 => ./pkg/schema