File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ require (
77 github.com/getkin/kin-openapi v0.133.0
88 github.com/google/go-cmp v0.7.0
99 github.com/google/go-github/v82 v82.0.0
10+ go.yaml.in/yaml/v3 v3.0.4
1011 golang.org/x/sync v0.19.0
11- gopkg.in/yaml.v3 v3.0.1
1212)
1313
1414require (
@@ -23,6 +23,7 @@ require (
2323 github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
2424 github.com/perimeterx/marshmallow v1.1.5 // indirect
2525 github.com/woodsbury/decimal128 v1.3.0 // indirect
26+ gopkg.in/yaml.v3 v3.0.1 // indirect
2627)
2728
2829// Use version at HEAD, not the latest published.
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ github.com/ugorji/go/codec v1.2.7 h1:YPXUKf7fYbp/y8xloBqZOw2qaVggbfwMlI8WM3wZUJ0
4747github.com/ugorji/go/codec v1.2.7 /go.mod h1:WGN1fab3R1fzQlVQTkfxVtIBhWDRqOviHU95kRgeqEY =
4848github.com/woodsbury/decimal128 v1.3.0 h1:8pffMNWIlC0O5vbyHWFZAt5yWvWcrHA+3ovIIjVWss0 =
4949github.com/woodsbury/decimal128 v1.3.0 /go.mod h1:C5UTmyTjW3JftjUFzOVhC20BEQa2a4ZKOB5I6Zjb+ds =
50+ go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
51+ go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
5052golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4 =
5153golang.org/x/sync v0.19.0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
5254gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "sync"
2626
2727 "github.com/google/go-github/v82/github"
28- "gopkg. in/yaml. v3"
28+ "go.yaml. in/yaml/ v3"
2929)
3030
3131type operation struct {
You can’t perform that action at this time.
0 commit comments