🚚 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

@@ -17,10 +17,10 @@ import (
"github.com/spf13/viper"
"gorm.io/datatypes"
localCache "git.solsynth.dev/hydrogen/paperclip/pkg/internal/cache"
"git.solsynth.dev/hydrogen/paperclip/pkg/internal/database"
localCache "git.solsynth.dev/hypernet/paperclip/pkg/internal/cache"
"git.solsynth.dev/hypernet/paperclip/pkg/internal/database"
"git.solsynth.dev/hydrogen/paperclip/pkg/internal/models"
"git.solsynth.dev/hypernet/paperclip/pkg/internal/models"
"github.com/google/uuid"
"gorm.io/gorm"
)