parent
fb2fddba93
commit
8e0900b21a
6
api.go
6
api.go
|
@ -2,12 +2,12 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"git.icechen.cn/pkg/wdt/util"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/util"
|
||||
"os"
|
||||
|
||||
"git.icechen.cn/pkg/wdt/template/api/deploy"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/template/api/deploy"
|
||||
|
||||
"git.icechen.cn/pkg/wdt/template/api/docker/golang"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/template/api/docker/golang"
|
||||
|
||||
"github.com/fatih/color"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"git.icechen.cn/pkg/wdt/util"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/util"
|
||||
"io/ioutil"
|
||||
|
||||
"github.com/urfave/cli/v2"
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.icechen.cn/pkg/wdt
|
||||
module git.icechen.cn/pkg/wujian_develop_tool
|
||||
|
||||
go 1.17
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ package main
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"git.icechen.cn/pkg/wdt/util"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/util"
|
||||
)
|
||||
|
||||
type healthResp struct {
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
"github.com/fatih/color"
|
||||
|
||||
"git.icechen.cn/pkg/wdt/util"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/util"
|
||||
)
|
||||
|
||||
//go:embed "*"
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
|
||||
"github.com/fatih/color"
|
||||
|
||||
"git.icechen.cn/pkg/wdt/util"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/util"
|
||||
)
|
||||
|
||||
//go:embed "Dockerfile.tpl"
|
||||
|
|
Loading…
Reference in New Issue