Skip to content

Commit 69ba188

Browse files
Update module gopkg.in/yaml.v2 to v3
1 parent e9a1e92 commit 69ba188

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
@@ -20,7 +20,7 @@ require (
2020
golang.org/x/net v0.10.0
2121
golang.org/x/oauth2 v0.8.0
2222
gopkg.in/square/go-jose.v2 v2.6.0
23-
gopkg.in/yaml.v2 v2.4.0
23+
gopkg.in/yaml.v3 v3.0.1
2424
)
2525

2626
require (
@@ -129,5 +129,4 @@ require (
129129
google.golang.org/grpc v1.55.0 // indirect
130130
google.golang.org/protobuf v1.30.0 // indirect
131131
gopkg.in/ini.v1 v1.67.0 // indirect
132-
gopkg.in/yaml.v3 v3.0.1 // indirect
133132
)

0 commit comments

Comments
 (0)