Update domain

This commit is contained in:
2023-04-20 19:59:26 -07:00
parent 37f1de4ed9
commit 32ccfcd110
5 changed files with 9 additions and 9 deletions

View File

@@ -6,8 +6,8 @@ import (
"github.com/pelletier/go-toml/v2"
"github.com/urfave/cli/v2"
"go.arsenm.dev/logger/log"
"go.arsenm.dev/translate"
"go.elara.ws/logger/log"
"go.elara.ws/translate"
)
func genIDCmd(c *cli.Context) error {

View File

@@ -4,8 +4,8 @@ import (
"fmt"
"github.com/urfave/cli/v2"
"go.arsenm.dev/logger/log"
"go.arsenm.dev/translate"
"go.elara.ws/logger/log"
"go.elara.ws/translate"
"golang.org/x/text/language"
)