Skip to content

Commit bd1843b

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent a6839fd commit bd1843b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/tmc/langchaingo v0.0.0-20230628165432-e510561c17f9
2828
github.com/urfave/cli/v2 v2.25.7
2929
github.com/valyala/fasthttp v1.48.0
30-
gopkg.in/yaml.v2 v2.4.0
30+
gopkg.in/yaml.v3 v3.0.1
3131
gopkg.in/yaml.v3 v3.0.1
3232
)
3333

0 commit comments

Comments
 (0)