Skip to content

Commit

Permalink
etcd: Replace ghodss/yaml with sigs.k8s.io/yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsardesai83 committed May 12, 2019
1 parent 98d3084 commit e517a6e
Show file tree
Hide file tree
Showing 24 changed files with 800 additions and 34 deletions.
18 changes: 9 additions & 9 deletions bill-of-materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,6 @@
}
]
},
{
"project": "github.com/ghodss/yaml",
"licenses": [
{
"type": "MIT License and BSD 3-clause \"New\" or \"Revised\" License",
"confidence": 1
}
]
},
{
"project": "github.com/gogo/protobuf",
"licenses": [
Expand Down Expand Up @@ -465,5 +456,14 @@
"confidence": 0.8975609756097561
}
]
},
{
"project": "sigs.k8s.io/yaml",
"licenses": [
{
"type": "BSD 3-clause \"New\" or \"Revised\" License",
"confidence": 1
}
]
}
]
4 changes: 2 additions & 2 deletions bill-of-materials.override.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
]
},
{
"project": "github.com/ghodss/yaml",
"project": "sigs.k8s.io/yaml",
"licenses": [
{
"type": "MIT License and BSD 3-clause \"New\" or \"Revised\" License"
"type": "BSD 3-clause \"New\" or \"Revised\" License"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion clientv3/yaml/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"crypto/x509"
"io/ioutil"

"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"

"github.com/coreos/etcd/clientv3"
"github.com/coreos/etcd/pkg/tlsutil"
Expand Down
2 changes: 1 addition & 1 deletion clientv3/yaml/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"reflect"
"testing"

"github.com/ghodss/yaml"
"sigs.k8s.io/yaml"
)

var (
Expand Down
20 changes: 20 additions & 0 deletions cmd/vendor/sigs.k8s.io/yaml/.gitignore

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

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

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

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

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

File renamed without changes.
25 changes: 25 additions & 0 deletions cmd/vendor/sigs.k8s.io/yaml/OWNERS

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

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

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

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

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

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

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

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

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

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

Loading

0 comments on commit e517a6e

Please sign in to comment.