🚚 Update package name from Hypdrogen to Hypernet

This commit is contained in:
2024-10-31 20:38:50 +08:00
parent e6f6389eb0
commit 8ff2648e4c
60 changed files with 165 additions and 204 deletions

View File

@ -1,7 +1,7 @@
package database
import (
"git.solsynth.dev/hydrogen/passport/pkg/authkit/models"
"git.solsynth.dev/hypernet/passport/pkg/authkit/models"
"gorm.io/gorm"
)

View File

@ -2,8 +2,8 @@ package database
import (
"fmt"
"git.solsynth.dev/hydrogen/passport/pkg/internal/gap"
"git.solsynth.dev/hypernet/nexus/pkg/nex/cruda"
"git.solsynth.dev/hypernet/passport/pkg/internal/gap"
"github.com/rs/zerolog/log"
"github.com/samber/lo"
"github.com/spf13/viper"