File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/pb33f/libopenapi v0.26.0
77 github.com/spf13/cobra v1.10.1
88 github.com/stretchr/testify v1.11.1
9- gopkg. in/yaml.v3 v3 .0.1
9+ go.yaml. in/yaml/v4 v4 .0.0-rc.2
1010)
1111
1212require (
@@ -19,6 +19,6 @@ require (
1919 github.com/pmezard/go-difflib v1.0.0 // indirect
2020 github.com/rogpeppe/go-internal v1.14.1 // indirect
2121 github.com/spf13/pflag v1.0.10 // indirect
22- go.yaml.in/yaml/v4 v4.0.0-rc.2 // indirect
2322 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
23+ gopkg.in/yaml.v3 v3.0.1 // indirect
2424)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 v3 "github.com/pb33f/libopenapi/datamodel/high/v3"
1212 "github.com/pb33f/libopenapi/orderedmap"
1313 "github.com/spf13/cobra"
14- "gopkg. in/yaml.v3 "
14+ "go.yaml. in/yaml/v4 "
1515)
1616
1717// Currently supported OpenAPI types
You can’t perform that action at this time.
0 commit comments