Skip to content

Commit

Permalink
clean up: Remove sigs.k8s.io/yaml (cortexproject#5778)
Browse files Browse the repository at this point in the history
* Remove sigs.k8s.io/yaml

We don't have to use that old dependency

Signed-off-by: Friedrich Gonzalez <[email protected]>

* After go mod vendor

Signed-off-by: Friedrich Gonzalez <[email protected]>

---------

Signed-off-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
friedrichg authored Feb 21, 2024
1 parent 350958e commit 73c8e5a
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1,197 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ require (
google.golang.org/grpc v1.61.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
sigs.k8s.io/yaml v1.3.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion tools/query-audit/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/pkg/errors"

"sigs.k8s.io/yaml"
"gopkg.in/yaml.v3"
)

type Backend struct {
Expand Down
3 changes: 0 additions & 3 deletions vendor/modules.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 0 additions & 24 deletions vendor/sigs.k8s.io/yaml/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/sigs.k8s.io/yaml/.travis.yml

This file was deleted.

31 changes: 0 additions & 31 deletions vendor/sigs.k8s.io/yaml/CONTRIBUTING.md

This file was deleted.

50 changes: 0 additions & 50 deletions vendor/sigs.k8s.io/yaml/LICENSE

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/sigs.k8s.io/yaml/OWNERS

This file was deleted.

123 changes: 0 additions & 123 deletions vendor/sigs.k8s.io/yaml/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/sigs.k8s.io/yaml/RELEASE.md

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/sigs.k8s.io/yaml/SECURITY_CONTACTS

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/sigs.k8s.io/yaml/code-of-conduct.md

This file was deleted.

Loading

0 comments on commit 73c8e5a

Please sign in to comment.