Skip to content

Commit 43cbd3f

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3 (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7896f6 commit 43cbd3f

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