Skip to content

Commit

Permalink
fix yaml package
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandowner committed Dec 19, 2023
1 parent 4e0bd13 commit 9a54e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/unstructured/unknown.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package unstructured
import (
"fmt"

"gopkg.in/yaml.v3"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/runtime/schema"
"sigs.k8s.io/yaml"
)

var (
Expand Down

0 comments on commit 9a54e22

Please sign in to comment.