Skip to content

Commit 324d74d

Browse files
renovate[bot]cedi
andauthored
fix(deps): update module gopkg.in/yaml.v2 to v3 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: cedi <cedi@users.noreply.github.com>
1 parent fd544db commit 324d74d

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
@@ -17,6 +17,7 @@ require (
1717
google.golang.org/grpc v1.71.0
1818
google.golang.org/protobuf v1.36.5
1919
gopkg.in/yaml.v2 v2.4.0
20+
gopkg.in/yaml.v3 v3.0.1
2021
)
2122

2223
require (
@@ -70,5 +71,4 @@ require (
7071
golang.org/x/sys v0.30.0 // indirect
7172
golang.org/x/text v0.22.0 // indirect
7273
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
73-
gopkg.in/yaml.v3 v3.0.1 // indirect
7474
)

0 commit comments

Comments
 (0)