From b4abaca2dfcd2c001096c243a3fbf72426d6eb37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:28:44 +0000 Subject: [PATCH] Bump github.com/BurntSushi/toml Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 0.3.1 to 1.6.0. - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](https://github.com/BurntSushi/toml/compare/v0.3.1...v1.6.0) --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../vendor/github.com/pelletier/go-toml/go.mod | 2 +- .../vendor/github.com/pelletier/go-toml/go.sum | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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=