更改git库

This commit is contained in:
Hsy 2025-04-14 13:43:57 +08:00
parent 76e633f4b1
commit bc17f7af78
3 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
package action package action
import ( import (
"github.com/devttl/goctl-swagger/generate"
"github.com/urfave/cli/v2" "github.com/urfave/cli/v2"
"github.com/zeromicro/go-zero/tools/goctl/plugin" "github.com/zeromicro/go-zero/tools/goctl/plugin"
"svnet.cn/devttl/goctl-swagger/generate"
) )
func Generator(ctx *cli.Context) error { func Generator(ctx *cli.Context) error {

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/devttl/goctl-swagger module svnet.cn/devttl/goctl-swagger
go 1.21 go 1.21

View File

@ -5,9 +5,9 @@ import (
"os" "os"
"runtime" "runtime"
"github.com/devttl/goctl-swagger/action"
"github.com/devttl/goctl-swagger/generate"
"github.com/urfave/cli/v2" "github.com/urfave/cli/v2"
"svnet.cn/devttl/goctl-swagger/action"
"svnet.cn/devttl/goctl-swagger/generate"
) )
var ( var (