File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/coreos/go-systemd/v22 v22.5.0
8
8
github.com/onsi/ginkgo/v2 v2.15.0
9
9
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.20241001195557-6c9570a1678f
11
11
github.com/pkg/errors v0.9.1
12
12
golang.org/x/sys v0.20.0
13
13
)
@@ -20,7 +20,7 @@ require (
20
20
github.com/hashicorp/errwrap v1.1.0 // indirect
21
21
github.com/kr/text v0.2.0 // indirect
22
22
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
24
24
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
25
25
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
26
26
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
36
36
github.com/onsi/ginkgo/v2 v2.15.0 /go.mod h1:HlxMHtYF57y6Dpf+mc5529KKmSq9h2FpCF+/ZkwUxKM =
37
37
github.com/onsi/gomega v1.31.1 h1:KYppCUK+bUgAZwHOu7EXVBKyQA6ILvOESHkn/tgoqvo =
38
38
github.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.20241001195557-6c9570a1678f h1:tGGVO3yF9p5s/mPi3kO1AdoUDK49z0dgQqV0jeT1kik =
42
+ github.com/opencontainers/runtime-tools v0.9.1-0.20241001195557-6c9570a1678f /go.mod h1:oIH6VwKkaDOO+SIYZpdwrC/0wKYqrfO6E1sG1j3UVws =
43
43
github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU =
44
44
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
45
45
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments