feat: modify pkg name

This commit is contained in:
Rogee
2025-02-11 15:38:59 +08:00
parent 6c563dc32a
commit 0a420a2987
19 changed files with 33 additions and 27 deletions

View File

@@ -6,8 +6,8 @@ import (
"regexp"
"strings"
pgDatabase "git.ipao.vip/rogeecn/atomctl/pkg/postgres"
"git.ipao.vip/rogeecn/atomctl/pkg/utils/gomod"
pgDatabase "go.ipao.vip/atomctl/pkg/postgres"
"go.ipao.vip/atomctl/pkg/utils/gomod"
"github.com/go-jet/jet/v2/generator/metadata"
"github.com/go-jet/jet/v2/generator/postgres"
"github.com/go-jet/jet/v2/generator/template"