Skip to content

Commit e151b4d

Browse files
authored
Merge pull request containerd#10182 from containerd/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.2.2
build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2
2 parents 6e9273c + 4401c3c commit e151b4d

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ require (
5252
github.com/opencontainers/runtime-spec v1.2.0
5353
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
5454
github.com/opencontainers/selinux v1.11.0
55-
github.com/pelletier/go-toml/v2 v2.2.1
55+
github.com/pelletier/go-toml/v2 v2.2.2
5656
github.com/prometheus/client_golang v1.19.0
5757
github.com/sirupsen/logrus v1.9.3
5858
github.com/stretchr/testify v1.9.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626/go.
247247
github.com/opencontainers/selinux v1.9.1/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI=
248248
github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU=
249249
github.com/opencontainers/selinux v1.11.0/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec=
250-
github.com/pelletier/go-toml/v2 v2.2.1 h1:9TA9+T8+8CUCO2+WYnDLCgrYi9+omqKXyjDtosvtEhg=
251-
github.com/pelletier/go-toml/v2 v2.2.1/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
250+
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
251+
github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
252252
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
253253
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
254254
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

vendor/github.com/pelletier/go-toml/v2/internal/tracker/seen.go

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ github.com/opencontainers/runtime-tools/validate/capabilities
374374
github.com/opencontainers/selinux/go-selinux
375375
github.com/opencontainers/selinux/go-selinux/label
376376
github.com/opencontainers/selinux/pkg/pwalkdir
377-
# github.com/pelletier/go-toml/v2 v2.2.1
377+
# github.com/pelletier/go-toml/v2 v2.2.2
378378
## explicit; go 1.16
379379
github.com/pelletier/go-toml/v2
380380
github.com/pelletier/go-toml/v2/internal/characters

0 commit comments

Comments
 (0)