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