Skip to content

Commit

Permalink
Switch to cli-utils for kstatus
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Aug 29, 2020
1 parent 4dae044 commit 9d4fba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kustomize/kstatus.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/rancher/wrangler/pkg/data"
"github.com/rancher/wrangler/pkg/summary"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"sigs.k8s.io/kustomize/kstatus/status"
"sigs.k8s.io/cli-utils/pkg/kstatus/status"
)

func init() {
Expand Down

0 comments on commit 9d4fba0

Please sign in to comment.