diff --git a/commands/action.go b/commands/action.go index 7d4f5fd6..97b3ade8 100644 --- a/commands/action.go +++ b/commands/action.go @@ -26,10 +26,11 @@ import ( "math/rand" "os" "path/filepath" - "reflect" "strings" "time" + reflect "github.com/goccy/go-reflect" + "github.com/apache/openwhisk-cli/wski18n" "github.com/apache/openwhisk-client-go/whisk"