diff --git a/deployers/servicedeployer.go b/deployers/servicedeployer.go index 613bbe8a2..026f311c6 100644 --- a/deployers/servicedeployer.go +++ b/deployers/servicedeployer.go @@ -20,15 +20,17 @@ package deployers import ( "encoding/json" "fmt" - "github.com/apache/openwhisk-wskdeploy/webaction" + "net/http" "path" - "reflect" "strconv" "strings" "sync" "time" + "github.com/apache/openwhisk-wskdeploy/webaction" + reflect "github.com/goccy/go-reflect" + "github.com/apache/openwhisk-client-go/whisk" "github.com/apache/openwhisk-wskdeploy/dependencies" "github.com/apache/openwhisk-wskdeploy/parsers"