feat: use postgres

This commit is contained in:
Ilia Denisov
2026-04-26 20:34:39 +02:00
committed by GitHub
parent 48b0056b49
commit fe829285a6
365 changed files with 29223 additions and 24049 deletions
+4
View File
@@ -15,6 +15,8 @@ use (
./pkg/geoip
./pkg/model
./pkg/notificationintent
./pkg/postgres
./pkg/redisconn
./pkg/schema
./pkg/storage
./pkg/transcoder
@@ -29,6 +31,8 @@ replace (
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
galaxy/storage v0.0.0 => ./pkg/storage
galaxy/transcoder v0.0.0 => ./pkg/transcoder