Skip to content

Commit c3c9e07

Browse files
committed
Switch to sigs.k8s.io/yaml
It's the more modern fork of ghodss/yaml.
1 parent b47c0eb commit c3c9e07

File tree

6 files changed

+4
-840
lines changed

6 files changed

+4
-840
lines changed

Gopkg.lock

Lines changed: 1 addition & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
version = "v1.4.0"
4242

4343
[[constraint]]
44-
name = "github.com/ghodss/yaml"
45-
version = "1.0.0"
44+
name = "sigs.k8s.io/yaml"
45+
version = "v1.1.0"
4646

4747
[[constraint]]
4848
name = "go.uber.org/zap"

pkg/envtest/crd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ import (
2222
"path/filepath"
2323
"time"
2424

25-
"github.com/ghodss/yaml"
2625
apiextensionsv1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1"
2726
"k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset"
2827
"k8s.io/apimachinery/pkg/runtime/schema"
2928
"k8s.io/apimachinery/pkg/util/sets"
3029
"k8s.io/apimachinery/pkg/util/wait"
3130
"k8s.io/client-go/rest"
31+
"sigs.k8s.io/yaml"
3232
)
3333

3434
// CRDInstallOptions are the options for installing CRDs

vendor/github.com/ghodss/yaml/LICENSE

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)