mirror of
https://github.com/pushbits/server.git
synced 2025-07-25 20:38:04 +02:00
Adjust paths for new repository
This commit is contained in:
parent
434f594629
commit
ad56422838
19 changed files with 38 additions and 38 deletions
12
app.go
12
app.go
|
@ -6,12 +6,12 @@ import (
|
|||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"github.com/eikendev/pushbits/authentication/credentials"
|
||||
"github.com/eikendev/pushbits/configuration"
|
||||
"github.com/eikendev/pushbits/database"
|
||||
"github.com/eikendev/pushbits/dispatcher"
|
||||
"github.com/eikendev/pushbits/router"
|
||||
"github.com/eikendev/pushbits/runner"
|
||||
"github.com/pushbits/server/authentication/credentials"
|
||||
"github.com/pushbits/server/configuration"
|
||||
"github.com/pushbits/server/database"
|
||||
"github.com/pushbits/server/dispatcher"
|
||||
"github.com/pushbits/server/router"
|
||||
"github.com/pushbits/server/runner"
|
||||
)
|
||||
|
||||
func setupCleanup(db *database.Database, dp *dispatcher.Dispatcher) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue