Skip to content

Commit bd1d453

Browse files
Merge pull request #26 from bartigor/master
version bumped for fix error on parsing yaml
2 parents 96773c9 + e56be85 commit bd1d453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/exporter/expander_yaml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55

66
"errors"
77
"fmt"
8-
"gopkg.in/yaml.v2"
8+
"gopkg.in/yaml.v3"
99
)
1010

1111
// validateJSON ...

0 commit comments

Comments
 (0)