Skip to content

Commit 13e03b8

Browse files
committed
use k8s sigs yaml marshal
1 parent c9dc0ae commit 13e03b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/modules/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"context"
55
"encoding/json"
66
"fmt"
7-
"gopkg.in/yaml.v2"
87

98
"github.com/mark3labs/mcp-go/mcp"
9+
"sigs.k8s.io/yaml"
1010

1111
"github.com/cyclops-ui/cyclops/cyclops-ctrl/api/v1alpha1"
1212

0 commit comments

Comments
 (0)