aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/auth
diff options
context:
space:
mode:
Diffstat (limited to 'backend/auth')
-rw-r--r--backend/auth/auth.go6
-rw-r--r--backend/auth/jwt.go2
2 files changed, 4 insertions, 4 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 (
diff --git a/backend/auth/jwt.go b/backend/auth/jwt.go
index 13af837..2f72490 100644
--- a/backend/auth/jwt.go
+++ b/backend/auth/jwt.go
@@ -7,7 +7,7 @@ import (
"github.com/golang-jwt/jwt/v5"
- "github.com/nsfisis/iosdc-japan-2024-albatross/backend/db"
+ "github.com/nsfisis/phperkaigi-2025-albatross/backend/db"
)
var (