mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Use upstream go-yaml fork and remove our internal one (#5412)
* test new yaml fork * delete old kyaml fork * update to sigs yaml 1.4.0 * remove comments
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"sigs.k8s.io/kustomize/kyaml/internal/forked/github.com/go-yaml/yaml"
|
||||
yaml "sigs.k8s.io/yaml/goyaml.v3"
|
||||
)
|
||||
|
||||
func TestPathMatcher_Filter(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user