File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
.PHONY : deps
56
56
deps :
57
57
$(GOGET ) github.com/swaggo/cli
58
- $(GOGET ) github.com/ghodss /yaml
58
+ $(GOGET ) sigs.k8s.io /yaml
59
59
$(GOGET ) github.com/KyleBanks/depth
60
60
$(GOGET ) github.com/go-openapi/jsonreference
61
61
$(GOGET ) github.com/go-openapi/spec
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ import (
15
15
"text/template"
16
16
"time"
17
17
18
- "github.com/ghodss/yaml"
19
18
"github.com/go-openapi/spec"
20
19
"github.com/swaggo/swag"
20
+ "sigs.k8s.io/yaml"
21
21
)
22
22
23
23
var open = os .Open
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ go 1.18
4
4
5
5
require (
6
6
github.com/KyleBanks/depth v1.2.1
7
- github.com/ghodss/yaml v1.0.0
8
7
github.com/go-openapi/spec v0.20.4
9
8
github.com/stretchr/testify v1.7.0
10
9
github.com/urfave/cli/v2 v2.3.0
11
10
golang.org/x/tools v0.7.0
11
+ sigs.k8s.io/yaml v1.3.0
12
12
)
13
13
14
14
require (
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
11
11
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
12
12
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
13
13
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
14
- github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk =
15
- github.com/ghodss/yaml v1.0.0 /go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04 =
16
14
github.com/go-openapi/jsonpointer v0.19.3 /go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg =
17
15
github.com/go-openapi/jsonpointer v0.19.5 h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY =
18
16
github.com/go-openapi/jsonpointer v0.19.5 /go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg =
@@ -76,3 +74,5 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
76
74
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
77
75
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 h1:tQIYjPdBoyREyB9XMu+nnTclpTYkz2zFM+lzLJFO4gQ =
78
76
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
77
+ sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo =
78
+ sigs.k8s.io/yaml v1.3.0 /go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8 =
You can’t perform that action at this time.
0 commit comments