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