File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
github.com/pelletier/go-toml/v2 Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ require (
51
51
github.com/opencontainers/runtime-spec v1.2.0
52
52
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
53
53
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
55
55
github.com/prometheus/client_golang v1.19.0
56
56
github.com/sirupsen/logrus v1.9.3
57
57
github.com/stretchr/testify v1.9.0
Original file line number Diff line number Diff line change @@ -336,8 +336,8 @@ github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626/go.
336
336
github.com/opencontainers/selinux v1.9.1 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
337
337
github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU =
338
338
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 =
341
341
github.com/pkg/errors v0.8.0 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
342
342
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
343
343
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ github.com/opencontainers/runtime-tools/validate/capabilities
344
344
github.com/opencontainers/selinux/go-selinux
345
345
github.com/opencontainers/selinux/go-selinux/label
346
346
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
348
348
## explicit; go 1.16
349
349
github.com/pelletier/go-toml/v2
350
350
github.com/pelletier/go-toml/v2/internal/characters
You can’t perform that action at this time.
0 commit comments