Skip to content

Commit 8409903

Browse files
Update module gopkg.in/yaml.v2 to v3
1 parent 3b3764f commit 8409903

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
golang.org/x/net v0.10.0
2222
golang.org/x/oauth2 v0.8.0
2323
gopkg.in/square/go-jose.v2 v2.6.0
24-
gopkg.in/yaml.v2 v2.4.0
24+
gopkg.in/yaml.v3 v3.0.1
2525
)
2626

2727
require (
@@ -130,5 +130,4 @@ require (
130130
google.golang.org/grpc v1.55.0 // indirect
131131
google.golang.org/protobuf v1.30.0 // indirect
132132
gopkg.in/ini.v1 v1.67.0 // indirect
133-
gopkg.in/yaml.v3 v3.0.1 // indirect
134133
)

0 commit comments

Comments
 (0)