🚚 Move from hydrogen to hypernet

This commit is contained in:
2024-11-02 10:41:31 +08:00
parent 2e32de4716
commit 94b777a3e4
25 changed files with 100 additions and 102 deletions

View File

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

View File

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