Drop github.com/ghodss/yaml dependency

This commit is contained in:
Mikhail Mazurskiy
2020-06-21 20:35:50 +10:00
parent 68f4f330f5
commit 0772540214
4 changed files with 3 additions and 6 deletions

View File

@@ -6,10 +6,10 @@ package status
import (
"testing"
"github.com/ghodss/yaml"
"github.com/stretchr/testify/assert"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"sigs.k8s.io/yaml"
)
func y2u(t *testing.T, spec string) *unstructured.Unstructured {