🚚 Move from hydrogen to hypernet

This commit is contained in:
2024-11-02 13:41:51 +08:00
parent ca64e056b9
commit f14a9be3ec
25 changed files with 66 additions and 66 deletions

View File

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

View File

@ -3,7 +3,7 @@ package database
import (
"fmt"
"git.solsynth.dev/hydrogen/interactive/pkg/internal/gap"
"git.solsynth.dev/hypernet/interactive/pkg/internal/gap"
"git.solsynth.dev/hypernet/nexus/pkg/nex/cruda"
"github.com/rs/zerolog/log"
"github.com/samber/lo"