• Kubernetes Submit Queue's avatar
    Merge pull request #65383 from sigma/pr/update-toml · a9e87251
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 64122, 64936, 65288, 65383). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    update github.com/pelletier/go-toml to 1.2.0
    
    **What this PR does / why we need it**:
    
    Rationale: github.com/pelletier/go-toml is the only package that currently
    prevents the future vendoring of github.com/golang/dep as it depends on
    functions introduced in 1.1.0.
    
    The only consumers of this package are github.com/spf13/viper (used to run e2e
    tests) and github.com/bazelbuild/bazel-gazelle (bazel helper), so that's a
    pretty low-risk change.
    
    **Special notes for your reviewer**:
    
    This should help reducing the noise when #64731 lands
    
    **Release note**:
    ```release-note
    NONE
    ```
    a9e87251
Name
Last commit
Last update
..
.gitignore Loading commit data...
.travis.yml Loading commit data...
BUILD Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
benchmark.json Loading commit data...
benchmark.sh Loading commit data...
benchmark.toml Loading commit data...
benchmark.yml Loading commit data...
doc.go Loading commit data...
example-crlf.toml Loading commit data...
example.toml Loading commit data...
fuzz.go Loading commit data...
fuzz.sh Loading commit data...
keysparsing.go Loading commit data...
lexer.go Loading commit data...
marshal.go Loading commit data...
marshal_test.toml Loading commit data...
parser.go Loading commit data...
position.go Loading commit data...
test.sh Loading commit data...
token.go Loading commit data...
toml.go Loading commit data...
tomltree_create.go Loading commit data...
tomltree_write.go Loading commit data...