feat: backend service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user