Skip to content

Commit 391e665

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 4e3c319 commit 391e665

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
@@ -25,7 +25,7 @@ require (
2525
github.com/tmc/langchaingo v0.0.0-20230616220619-1b3da4433944
2626
github.com/urfave/cli/v2 v2.25.7
2727
github.com/valyala/fasthttp v1.48.0
28-
gopkg.in/yaml.v2 v2.4.0
28+
gopkg.in/yaml.v3 v3.0.1
2929
gopkg.in/yaml.v3 v3.0.1
3030
)
3131

0 commit comments

Comments
 (0)