From 3f73872865263e8690e12f4b43040ed38b062f28 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 4 Mar 2025 21:24:28 +0900 Subject: update go package names --- backend/auth/auth.go | 6 +++--- backend/auth/jwt.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'backend/auth') 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 ( -- cgit v1.2.3-70-g09d2