Skip to content

Commit 0863b2f

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 86bc997 commit 0863b2f

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.68.1
2020
google.golang.org/protobuf v1.36.3
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)