Skip to content

Commit 35c125b

Browse files
authored
Merge pull request containerd#9503 from ktock/go-toml-2.1.1
go.mod: Bump up github.com/pelletier/go-toml to v2.1.1
2 parents 1feb234 + c119799 commit 35c125b

File tree

8 files changed

+39
-37
lines changed

8 files changed

+39
-37
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
github.com/opencontainers/runtime-spec v1.1.1-0.20230823135140-4fec88fd00a4
5050
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
5151
github.com/opencontainers/selinux v1.11.0
52-
github.com/pelletier/go-toml/v2 v2.1.0
52+
github.com/pelletier/go-toml/v2 v2.1.1
5353
github.com/prometheus/client_golang v1.16.0
5454
github.com/sirupsen/logrus v1.9.3
5555
github.com/stretchr/testify v1.8.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ github.com/opencontainers/selinux v1.9.1/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho
550550
github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU=
551551
github.com/opencontainers/selinux v1.11.0/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec=
552552
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
553-
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=
554-
github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
553+
github.com/pelletier/go-toml/v2 v2.1.1 h1:LWAJwfNvjQZCFIDKWYQaM62NcYeYViCmWIwmOStowAI=
554+
github.com/pelletier/go-toml/v2 v2.1.1/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
555555
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
556556
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
557557
github.com/pkg/errors v0.8.1-0.20171018195549-f15c970de5b7/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

vendor/github.com/pelletier/go-toml/v2/.gitignore

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pelletier/go-toml/v2/README.md

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

vendor/github.com/pelletier/go-toml/v2/SECURITY.md

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

vendor/github.com/pelletier/go-toml/v2/ci.sh

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

vendor/github.com/pelletier/go-toml/v2/unmarshaler.go

Lines changed: 3 additions & 3 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
@@ -339,7 +339,7 @@ github.com/opencontainers/runtime-tools/validate/capabilities
339339
github.com/opencontainers/selinux/go-selinux
340340
github.com/opencontainers/selinux/go-selinux/label
341341
github.com/opencontainers/selinux/pkg/pwalkdir
342-
# github.com/pelletier/go-toml/v2 v2.1.0
342+
# github.com/pelletier/go-toml/v2 v2.1.1
343343
## explicit; go 1.16
344344
github.com/pelletier/go-toml/v2
345345
github.com/pelletier/go-toml/v2/internal/characters

0 commit comments

Comments
 (0)