diff options
Diffstat (limited to 'backend/auth/auth.go')
| -rw-r--r-- | backend/auth/auth.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/auth/auth.go b/backend/auth/auth.go index 2266c50..b23884f 100644 --- a/backend/auth/auth.go +++ b/backend/auth/auth.go @@ -9,9 +9,9 @@ import ( "github.com/jackc/pgx/v5" "golang.org/x/crypto/bcrypt" - "github.com/nsfisis/iosdc-japan-2024-albatross/backend/account" - "github.com/nsfisis/iosdc-japan-2024-albatross/backend/db" - "github.com/nsfisis/iosdc-japan-2024-albatross/backend/fortee" + "github.com/nsfisis/phperkaigi-2025-albatross/backend/account" + "github.com/nsfisis/phperkaigi-2025-albatross/backend/db" + "github.com/nsfisis/phperkaigi-2025-albatross/backend/fortee" ) var ( |
