🚚 Update domain

This commit is contained in:
2024-03-20 20:56:43 +08:00
parent 1bd0807d65
commit 96ee0dc3a7
26 changed files with 80 additions and 68 deletions

View File

@ -2,12 +2,13 @@ package security
import (
"fmt"
"github.com/google/uuid"
"strings"
"time"
"code.smartsheep.studio/hydrogen/identity/pkg/database"
"code.smartsheep.studio/hydrogen/identity/pkg/models"
"github.com/google/uuid"
"git.solsynth.dev/hydrogen/identity/pkg/database"
"git.solsynth.dev/hydrogen/identity/pkg/models"
"github.com/samber/lo"
"gorm.io/datatypes"
)

View File

@ -1,8 +1,9 @@
package security
import (
"code.smartsheep.studio/hydrogen/identity/pkg/models"
"fmt"
"git.solsynth.dev/hydrogen/identity/pkg/models"
"github.com/samber/lo"
)

View File

@ -2,12 +2,13 @@ package security
import (
"fmt"
"github.com/spf13/viper"
"strconv"
"time"
"code.smartsheep.studio/hydrogen/identity/pkg/database"
"code.smartsheep.studio/hydrogen/identity/pkg/models"
"github.com/spf13/viper"
"git.solsynth.dev/hydrogen/identity/pkg/database"
"git.solsynth.dev/hydrogen/identity/pkg/models"
"github.com/google/uuid"
"github.com/samber/lo"
)