From 8e0900b21ae8660bf731cd45428edbb7cf1a0728 Mon Sep 17 00:00:00 2001 From: icechen Date: Thu, 6 Jan 2022 23:04:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20api=20=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.go | 6 +++--- configFile.go | 2 +- go.mod | 2 +- health.go | 2 +- template/api/deploy/deoloy.go | 2 +- template/api/docker/golang/golang.go | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api.go b/api.go index 6e8c91a..6f68418 100644 --- a/api.go +++ b/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" diff --git a/configFile.go b/configFile.go index 4510037..9441a89 100644 --- a/configFile.go +++ b/configFile.go @@ -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" diff --git a/go.mod b/go.mod index 96740a5..69c1e7b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.icechen.cn/pkg/wdt +module git.icechen.cn/pkg/wujian_develop_tool go 1.17 diff --git a/health.go b/health.go index 3a4461b..361dc13 100644 --- a/health.go +++ b/health.go @@ -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 { diff --git a/template/api/deploy/deoloy.go b/template/api/deploy/deoloy.go index 98a0b31..84eb054 100644 --- a/template/api/deploy/deoloy.go +++ b/template/api/deploy/deoloy.go @@ -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 "*" diff --git a/template/api/docker/golang/golang.go b/template/api/docker/golang/golang.go index 6da958b..41eca60 100644 --- a/template/api/docker/golang/golang.go +++ b/template/api/docker/golang/golang.go @@ -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"