From ff0257de29e589f9550aa6c04bc3283d652dc976 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 8 Jan 2020 09:41:30 -0800 Subject: [PATCH] fix(tests): use sigs.k8s.io/yaml Signed-off-by: Matthew Fisher --- cmd/helm/repo_add_test.go | 2 +- go.mod | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/helm/repo_add_test.go b/cmd/helm/repo_add_test.go index 1ac61fba8..4dbd0f435 100644 --- a/cmd/helm/repo_add_test.go +++ b/cmd/helm/repo_add_test.go @@ -23,7 +23,7 @@ import ( "sync" "testing" - "gopkg.in/yaml.v2" + "sigs.k8s.io/yaml" "helm.sh/helm/v3/internal/test/ensure" "helm.sh/helm/v3/pkg/repo" diff --git a/go.mod b/go.mod index 8e972fdfe..ed074074d 100644 --- a/go.mod +++ b/go.mod @@ -59,7 +59,6 @@ require ( google.golang.org/genproto v0.0.0-20191028173616-919d9bdd9fe6 // indirect google.golang.org/grpc v1.24.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect - gopkg.in/yaml.v2 v2.2.4 k8s.io/api v0.0.0-20191016110408-35e52d86657a k8s.io/apiextensions-apiserver v0.0.0-20191016113550-5357c4baaf65 k8s.io/apimachinery v0.0.0-20191004115801-a2eda9f80ab8