Skip to content

Commit 18c80b1

Browse files
authored
Merge pull request #5466 from wcrum/wcrum-yaml-update
fix: move to sigs.k8s.io/yaml
2 parents 602141d + 98b1beb commit 18c80b1

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

cmd/helpers/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
"sigs.k8s.io/prow/pkg/config/org"
2525

26-
"github.com/ghodss/yaml"
26+
"sigs.k8s.io/yaml"
2727
)
2828

2929
func ParseKeyValue(s string) (string, string) {

cmd/restrictions/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import (
2727
"k8s.io/org/cmd/helpers"
2828

2929
"github.com/bmatcuk/doublestar"
30-
"github.com/ghodss/yaml"
3130
"github.com/sirupsen/logrus"
31+
"sigs.k8s.io/yaml"
3232
)
3333

3434
var (

config/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
"sigs.k8s.io/prow/pkg/config/org"
2828
"sigs.k8s.io/prow/pkg/github"
2929

30-
"github.com/ghodss/yaml"
30+
"sigs.k8s.io/yaml"
3131
)
3232

3333
var cfg org.FullConfig

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ go 1.22.4
44

55
require (
66
github.com/bmatcuk/doublestar v1.3.4
7-
github.com/ghodss/yaml v1.0.0
87
github.com/go-git/go-git/v5 v5.6.1
98
github.com/hound-search/hound v0.7.1
109
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,6 @@ github.com/envoyproxy/protoc-gen-validate v0.6.7/go.mod h1:dyJXwwfPK2VSqiB9Klm1J
600600
github.com/envoyproxy/protoc-gen-validate v0.9.1/go.mod h1:OKNgG7TCp5pF4d6XftA0++PMirau2/yoOwVac3AbF2w=
601601
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
602602
github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
603-
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
604603
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
605604
github.com/gliderlabs/ssh v0.3.5 h1:OcaySEmAQJgyYcArR+gGGTHCyE7nvhEMTlYY+Dp8CpY=
606605
github.com/gliderlabs/ssh v0.3.5/go.mod h1:8XB4KraRrX39qHhT6yxPsHedjA08I/uBVwj4xC+/+z4=

0 commit comments

Comments
 (0)