diff options
Diffstat (limited to 'backend/taskqueue')
| -rw-r--r-- | backend/taskqueue/processor.go | 4 | ||||
| -rw-r--r-- | backend/taskqueue/worker_server.go | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/backend/taskqueue/processor.go b/backend/taskqueue/processor.go index aef247b..222c586 100644 --- a/backend/taskqueue/processor.go +++ b/backend/taskqueue/processor.go @@ -7,8 +7,8 @@ import ( "fmt" "net/http" - "github.com/nsfisis/iosdc-japan-2024-albatross/backend/auth" - "github.com/nsfisis/iosdc-japan-2024-albatross/backend/db" + "github.com/nsfisis/phperkaigi-2025-albatross/backend/auth" + "github.com/nsfisis/phperkaigi-2025-albatross/backend/db" ) type processor struct { diff --git a/backend/taskqueue/worker_server.go b/backend/taskqueue/worker_server.go index 317f61c..51387d1 100644 --- a/backend/taskqueue/worker_server.go +++ b/backend/taskqueue/worker_server.go @@ -3,7 +3,7 @@ package taskqueue import ( "github.com/hibiken/asynq" - "github.com/nsfisis/iosdc-japan-2024-albatross/backend/db" + "github.com/nsfisis/phperkaigi-2025-albatross/backend/db" ) type WorkerServer struct { |
