File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/coreos/go-systemd/v22 v22.5.0
88 github.com/onsi/ginkgo/v2 v2.15.0
99 github.com/onsi/gomega v1.31.1
10- github.com/opencontainers/runtime-tools v0.9.1-0.20230914150019-408c51e934dc
10+ github.com/opencontainers/runtime-tools v0.9.1-0.20241108202711-f7e3563b0271
1111 github.com/pkg/errors v0.9.1
1212 golang.org/x/sys v0.20.0
1313)
@@ -20,7 +20,7 @@ require (
2020 github.com/hashicorp/errwrap v1.1.0 // indirect
2121 github.com/kr/text v0.2.0 // indirect
2222 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
23- github.com/opencontainers/runtime-spec v1.1.0-rc.3 // indirect
23+ github.com/opencontainers/runtime-spec v1.1.0 // indirect
2424 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
2525 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
2626 golang.org/x/net v0.19.0 // indirect
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ github.com/onsi/ginkgo/v2 v2.15.0 h1:79HwNRBAZHOEwrczrgSOPy+eFTTlIGELKy5as+ClttY
3636github.com/onsi/ginkgo/v2 v2.15.0 /go.mod h1:HlxMHtYF57y6Dpf+mc5529KKmSq9h2FpCF+/ZkwUxKM =
3737github.com/onsi/gomega v1.31.1 h1:KYppCUK+bUgAZwHOu7EXVBKyQA6ILvOESHkn/tgoqvo =
3838github.com/onsi/gomega v1.31.1 /go.mod h1:y40C95dwAD1Nz36SsEnxvfFe8FFfNxzI5eJ0EYGyAy0 =
39- github.com/opencontainers/runtime-spec v1.1.0-rc.3 h1:l04uafi6kxByhbxev7OWiuUv0LZxEsYUfDWZ6bztAuU =
40- github.com/opencontainers/runtime-spec v1.1.0-rc.3 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
41- github.com/opencontainers/runtime-tools v0.9.1-0.20230914150019-408c51e934dc h1:d2hUh5O6MRBvStV55MQ8we08t42zSTqBbscoQccWmMc =
42- github.com/opencontainers/runtime-tools v0.9.1-0.20230914150019-408c51e934dc /go.mod h1:8tx1helyqhUC65McMm3x7HmOex8lO2/v9zPuxmKHurs =
39+ github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
40+ github.com/opencontainers/runtime-spec v1.1.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
41+ github.com/opencontainers/runtime-tools v0.9.1-0.20241108202711-f7e3563b0271 h1:TPj0pMLCTy1CKwmrat3hqTxoZfqOuTy0asG0ccpGk8Q =
42+ github.com/opencontainers/runtime-tools v0.9.1-0.20241108202711-f7e3563b0271 /go.mod h1:oIH6VwKkaDOO+SIYZpdwrC/0wKYqrfO6E1sG1j3UVws =
4343github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU =
4444github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
4545github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments