Absorb exec package from utils.

This commit is contained in:
Jeffrey Regan
2018-06-12 09:19:11 -07:00
parent 785291af62
commit d7b9f64c5a
24 changed files with 16 additions and 1600 deletions

View File

@@ -20,7 +20,7 @@ import (
"io"
"os"
"k8s.io/utils/exec"
"github.com/kubernetes-sigs/kustomize/pkg/exec"
)
// program wraps the system diff program.