File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ require (
543
543
gopkg.in/ini.v1 v1.67.0 // indirect
544
544
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
545
545
gopkg.in/warnings.v0 v0.1.2 // indirect
546
- gopkg.in/yaml.v2 v2.4.0
546
+ gopkg.in/yaml.v2 v2.4.0 // indirect
547
547
gopkg.in/yaml.v3 v3.0.1 // indirect
548
548
gorm.io/gorm v1.25.9 // indirect
549
549
k8s.io/apiextensions-apiserver v0.30.1 // indirect
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import (
11
11
12
12
"github.com/stretchr/testify/require"
13
13
"github.com/zarf-dev/zarf/src/api/v1alpha1"
14
- "gopkg.in/yaml.v2"
15
14
v1 "k8s.io/api/apps/v1"
16
15
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
17
16
"k8s.io/apimachinery/pkg/runtime/schema"
17
+ "k8s.io/apimachinery/pkg/util/yaml"
18
18
dynamicfake "k8s.io/client-go/dynamic/fake"
19
19
"k8s.io/kubectl/pkg/scheme"
20
20
"sigs.k8s.io/cli-utils/pkg/kstatus/watcher"
You can’t perform that action at this time.
0 commit comments