File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed
github.com/pelletier/go-toml/v2/internal/tracker Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ require (
52
52
github.com/opencontainers/runtime-spec v1.2.0
53
53
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
54
54
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
56
56
github.com/prometheus/client_golang v1.19.0
57
57
github.com/sirupsen/logrus v1.9.3
58
58
github.com/stretchr/testify v1.9.0
Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626/go.
247
247
github.com/opencontainers/selinux v1.9.1 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
248
248
github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU =
249
249
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 =
252
252
github.com/pkg/errors v0.8.0 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
253
253
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
254
254
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ github.com/opencontainers/runtime-tools/validate/capabilities
374
374
github.com/opencontainers/selinux/go-selinux
375
375
github.com/opencontainers/selinux/go-selinux/label
376
376
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
378
378
## explicit; go 1.16
379
379
github.com/pelletier/go-toml/v2
380
380
github.com/pelletier/go-toml/v2/internal/characters
You can’t perform that action at this time.
0 commit comments