Skip to content

Commit ab2f82d

Browse files
committed
fix: return removed yaml import
Signed-off-by: Artur Troian <[email protected]>
1 parent 9bbee8c commit ab2f82d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go/node/types/v1beta3/attribute.go

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import (
88
"sort"
99
"strconv"
1010
"strings"
11+
12+
yaml "gopkg.in/yaml.v3"
1113
)
1214

1315
const (

0 commit comments

Comments
 (0)