Skip to content

Commit d8340d9

Browse files
authored
Merge pull request containerd#10078 from containerd/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.2.1
build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1
2 parents b73c758 + 1c0f73a commit d8340d9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

go.mod

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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626/go.
336336
github.com/opencontainers/selinux v1.9.1/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI=
337337
github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU=
338338
github.com/opencontainers/selinux v1.11.0/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec=
339-
github.com/pelletier/go-toml/v2 v2.2.0 h1:QLgLl2yMN7N+ruc31VynXs1vhMZa7CeHHejIeBAsoHo=
340-
github.com/pelletier/go-toml/v2 v2.2.0/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
339+
github.com/pelletier/go-toml/v2 v2.2.1 h1:9TA9+T8+8CUCO2+WYnDLCgrYi9+omqKXyjDtosvtEhg=
340+
github.com/pelletier/go-toml/v2 v2.2.1/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
341341
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
342342
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
343343
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

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

Lines changed: 4 additions & 0 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
@@ -344,7 +344,7 @@ github.com/opencontainers/runtime-tools/validate/capabilities
344344
github.com/opencontainers/selinux/go-selinux
345345
github.com/opencontainers/selinux/go-selinux/label
346346
github.com/opencontainers/selinux/pkg/pwalkdir
347-
# github.com/pelletier/go-toml/v2 v2.2.0
347+
# github.com/pelletier/go-toml/v2 v2.2.1
348348
## explicit; go 1.16
349349
github.com/pelletier/go-toml/v2
350350
github.com/pelletier/go-toml/v2/internal/characters

0 commit comments

Comments
 (0)