File tree Expand file tree Collapse file tree 7 files changed +167
-17
lines changed
github.com/opencontainers/runtime-spec/specs-go Expand file tree Collapse file tree 7 files changed +167
-17
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
3030 github.com/opencontainers/go-digest v1.0.0
3131 github.com/opencontainers/image-spec v1.1.1
3232 github.com/opencontainers/runc v1.3.2
33- github.com/opencontainers/runtime-spec v1.2.1
33+ github.com/opencontainers/runtime-spec v1.3.0
3434 github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2
3535 github.com/opencontainers/selinux v1.12.0
3636 github.com/pkg/sftp v1.13.10
Original file line number Diff line number Diff line change @@ -202,8 +202,8 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw
202202github.com/opencontainers/image-spec v1.1.1 /go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M =
203203github.com/opencontainers/runc v1.3.2 h1:GUwgo0Fx9M/pl2utaSYlJfdBcXAB/CZXDxe322lvJ3Y =
204204github.com/opencontainers/runc v1.3.2 /go.mod h1:F7UQQEsxcjUNnFpT1qPLHZBKYP7yWwk6hq8suLy9cl0 =
205- github.com/opencontainers/runtime-spec v1.2.1 h1:S4k4ryNgEpxW1dzyqffOmhI1BHYcjzU8lpJfSlR0xww =
206- github.com/opencontainers/runtime-spec v1.2.1 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
205+ github.com/opencontainers/runtime-spec v1.3.0 h1:YZupQUdctfhpZy3TM39nN9Ika5CBWT5diQ8ibYCRkxg =
206+ github.com/opencontainers/runtime-spec v1.3.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
207207github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2 h1:2xZEHOdeQBV6PW8ZtimN863bIOl7OCW/X10K0cnxKeA =
208208github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2 /go.mod h1:MXdPzqAA8pHC58USHqNCSjyLnRQ6D+NjbpP+02Z1U/0 =
209209github.com/opencontainers/selinux v1.12.0 h1:6n5JV4Cf+4y0KNXW48TLj5DwfXpvWlxXplUkdTrmPb8 =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 github.com/moby/sys/mountinfo v0.7.2
2020 github.com/moby/sys/user v0.4.0
2121 github.com/opencontainers/go-digest v1.0.0
22- github.com/opencontainers/runtime-spec v1.2.1
22+ github.com/opencontainers/runtime-spec v1.3.0
2323 github.com/opencontainers/selinux v1.12.0
2424 github.com/sirupsen/logrus v1.9.3
2525 github.com/stretchr/testify v1.11.1
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
4949github.com/modern-go/reflect2 v1.0.2 /go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk =
5050github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
5151github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
52- github.com/opencontainers/runtime-spec v1.2.1 h1:S4k4ryNgEpxW1dzyqffOmhI1BHYcjzU8lpJfSlR0xww =
53- github.com/opencontainers/runtime-spec v1.2.1 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
52+ github.com/opencontainers/runtime-spec v1.3.0 h1:YZupQUdctfhpZy3TM39nN9Ika5CBWT5diQ8ibYCRkxg =
53+ github.com/opencontainers/runtime-spec v1.3.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
5454github.com/opencontainers/selinux v1.12.0 h1:6n5JV4Cf+4y0KNXW48TLj5DwfXpvWlxXplUkdTrmPb8 =
5555github.com/opencontainers/selinux v1.12.0 /go.mod h1:BTPX+bjVbWGXw7ZZWUbdENt8w0htPSrlgOOysQaU62U =
5656github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e /go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA =
Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ github.com/opencontainers/image-spec/specs-go/v1
381381github.com/opencontainers/runc/libcontainer/apparmor
382382github.com/opencontainers/runc/libcontainer/devices
383383github.com/opencontainers/runc/libcontainer/utils
384- # github.com/opencontainers/runtime-spec v1.2.1
384+ # github.com/opencontainers/runtime-spec v1.3.0
385385## explicit
386386github.com/opencontainers/runtime-spec/specs-go
387387# github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2
You can’t perform that action at this time.
0 commit comments