aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/auth/auth.go
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-13 21:59:38 +0900
committernsfisis <nsfisis@gmail.com>2026-02-13 22:05:25 +0900
commit482c3a52a0fcc5870a7db4a190475caf61b211a3 (patch)
tree3369d0c929cb424752042afa8a36e1a37103b883 /backend/auth/auth.go
parentdff818158c790481868c995e0209f13aeb106251 (diff)
downloadphperkaigi-2026-albatross-482c3a52a0fcc5870a7db4a190475caf61b211a3.tar.gz
phperkaigi-2026-albatross-482c3a52a0fcc5870a7db4a190475caf61b211a3.tar.zst
phperkaigi-2026-albatross-482c3a52a0fcc5870a7db4a190475caf61b211a3.zip
refactor: rename module/package name
Diffstat (limited to 'backend/auth/auth.go')
-rw-r--r--backend/auth/auth.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/auth/auth.go b/backend/auth/auth.go
index ddad46e..d5264ec 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-2025-albatross/backend/account"
- "github.com/nsfisis/iosdc-japan-2025-albatross/backend/db"
- "github.com/nsfisis/iosdc-japan-2025-albatross/backend/fortee"
+ "albatross-2026-backend/account"
+ "albatross-2026-backend/db"
+ "albatross-2026-backend/fortee"
)
var (