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.3
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.13.0
3636 github.com/pkg/sftp v1.13.10
Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw
208208github.com/opencontainers/image-spec v1.1.1 /go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M =
209209github.com/opencontainers/runc v1.3.3 h1:qlmBbbhu+yY0QM7jqfuat7M1H3/iXjju3VkP9lkFQr4 =
210210github.com/opencontainers/runc v1.3.3 /go.mod h1:D7rL72gfWxVs9cJ2/AayxB0Hlvn9g0gaF1R7uunumSI =
211- github.com/opencontainers/runtime-spec v1.2.1 h1:S4k4ryNgEpxW1dzyqffOmhI1BHYcjzU8lpJfSlR0xww =
212- github.com/opencontainers/runtime-spec v1.2.1 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
211+ github.com/opencontainers/runtime-spec v1.3.0 h1:YZupQUdctfhpZy3TM39nN9Ika5CBWT5diQ8ibYCRkxg =
212+ github.com/opencontainers/runtime-spec v1.3.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
213213github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2 h1:2xZEHOdeQBV6PW8ZtimN863bIOl7OCW/X10K0cnxKeA =
214214github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2 /go.mod h1:MXdPzqAA8pHC58USHqNCSjyLnRQ6D+NjbpP+02Z1U/0 =
215215github.com/opencontainers/selinux v1.13.0 h1:Zza88GWezyT7RLql12URvoxsbLfjFx988+LGaWfbL84 =
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.13.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 @@ -51,8 +51,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
5151github.com/modern-go/reflect2 v1.0.2 /go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk =
5252github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
5353github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
54- github.com/opencontainers/runtime-spec v1.2.1 h1:S4k4ryNgEpxW1dzyqffOmhI1BHYcjzU8lpJfSlR0xww =
55- github.com/opencontainers/runtime-spec v1.2.1 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
54+ github.com/opencontainers/runtime-spec v1.3.0 h1:YZupQUdctfhpZy3TM39nN9Ika5CBWT5diQ8ibYCRkxg =
55+ github.com/opencontainers/runtime-spec v1.3.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
5656github.com/opencontainers/selinux v1.13.0 h1:Zza88GWezyT7RLql12URvoxsbLfjFx988+LGaWfbL84 =
5757github.com/opencontainers/selinux v1.13.0 /go.mod h1:XxWTed+A/s5NNq4GmYScVy+9jzXhGBVEOAyucdRUY8s =
5858github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e /go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA =
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ github.com/opencontainers/runc/internal/pathrs
406406github.com/opencontainers/runc/libcontainer/apparmor
407407github.com/opencontainers/runc/libcontainer/devices
408408github.com/opencontainers/runc/libcontainer/utils
409- # github.com/opencontainers/runtime-spec v1.2.1
409+ # github.com/opencontainers/runtime-spec v1.3.0
410410## explicit
411411github.com/opencontainers/runtime-spec/specs-go
412412# github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2
You can’t perform that action at this time.
0 commit comments