From a2b109c008a4f19c684adcfc1c9562043c6c1c8a Mon Sep 17 00:00:00 2001 From: Mengqi Yu Date: Wed, 21 Feb 2018 14:37:46 -0800 Subject: [PATCH] update yaml import pkg --- pkg/kinflate/commands/inflate_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kinflate/commands/inflate_test.go b/pkg/kinflate/commands/inflate_test.go index 641c1cbbf..4708981c4 100644 --- a/pkg/kinflate/commands/inflate_test.go +++ b/pkg/kinflate/commands/inflate_test.go @@ -25,7 +25,7 @@ import ( "strings" "testing" - "gopkg.in/yaml.v2" + "github.com/ghodss/yaml" "k8s.io/apimachinery/pkg/util/sets" "k8s.io/kubectl/pkg/kinflate/tree"