diff --git a/coreos/nvidia-container-runtime/vendor/github.com/pelletier/go-toml/go.mod b/coreos/nvidia-container-runtime/vendor/github.com/pelletier/go-toml/go.mod index f4690e19d..42c4993ab 100644 --- a/coreos/nvidia-container-runtime/vendor/github.com/pelletier/go-toml/go.mod +++ b/coreos/nvidia-container-runtime/vendor/github.com/pelletier/go-toml/go.mod @@ -3,7 +3,7 @@ module github.com/pelletier/go-toml go 1.12 require ( - github.com/BurntSushi/toml v0.3.1 + github.com/BurntSushi/toml v1.6.0 github.com/davecgh/go-spew v1.1.1 gopkg.in/yaml.v2 v2.2.2 ) diff --git a/coreos/nvidia-container-runtime/vendor/github.com/pelletier/go-toml/go.sum b/coreos/nvidia-container-runtime/vendor/github.com/pelletier/go-toml/go.sum index 8d91a4785..922b4ff07 100644 --- a/coreos/nvidia-container-runtime/vendor/github.com/pelletier/go-toml/go.sum +++ b/coreos/nvidia-container-runtime/vendor/github.com/pelletier/go-toml/go.sum @@ -1,7 +1,8 @@ -github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= -github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= +github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk= +github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=