Skip to content

Commit 37d5e6c

Browse files
committed
[housekeeping] correct deps
1 parent 8708e44 commit 37d5e6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1212
require (
@@ -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
)

lib.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)