Skip to content

Commit 152637f

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

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
@@ -18,7 +18,7 @@ require (
1818
go.uber.org/zap v1.27.0
1919
google.golang.org/grpc v1.70.0
2020
google.golang.org/protobuf v1.36.4
21-
gopkg.in/yaml.v2 v2.4.0
21+
gopkg.in/yaml.v3 v3.0.1
2222
gopkg.in/yaml.v3 v3.0.1
2323
)
2424

0 commit comments

Comments
 (0)