From 288e1689558da0a436f098123ec1573bc415fcf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:28:45 +0000 Subject: [PATCH] Bump gopkg.in/yaml.v2 Bumps gopkg.in/yaml.v2 from 2.2.2 to 2.4.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v2 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..9c4eae368 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 @@ -5,5 +5,5 @@ go 1.12 require ( github.com/BurntSushi/toml v0.3.1 github.com/davecgh/go-spew v1.1.1 - gopkg.in/yaml.v2 v2.2.2 + gopkg.in/yaml.v2 v2.4.0 ) 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..b30a3e9c8 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 @@ -2,6 +2,7 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= 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= +gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= +gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=