diff options
Diffstat (limited to 'backend/auth')
| -rw-r--r-- | backend/auth/auth.go | 6 | ||||
| -rw-r--r-- | backend/auth/jwt.go | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/backend/auth/auth.go b/backend/auth/auth.go index f4c5931..ddad46e 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/phperkaigi-2025-albatross/backend/account" - "github.com/nsfisis/phperkaigi-2025-albatross/backend/db" - "github.com/nsfisis/phperkaigi-2025-albatross/backend/fortee" + "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" ) var ( diff --git a/backend/auth/jwt.go b/backend/auth/jwt.go index 88006a3..9718247 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/phperkaigi-2025-albatross/backend/db" + "github.com/nsfisis/iosdc-japan-2025-albatross/backend/db" ) var ( |
