File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
github.com/opencontainers/image-spec/specs-go Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.5
77require (
88 github.com/NVIDIA/go-nvlib v0.7.0
99 github.com/NVIDIA/nvidia-container-toolkit v1.17.4
10- github.com/opencontainers/image-spec v1.1.0
10+ github.com/opencontainers/image-spec v1.1.1
1111 github.com/pelletier/go-toml v1.9.5
1212 github.com/sirupsen/logrus v1.9.3
1313 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ github.com/onsi/gomega v1.35.1 h1:Cwbd75ZBPxFSuZ6T+rN/WCb/gOc6YgFBXLlZLhC7Ds4=
8585github.com/onsi/gomega v1.35.1 /go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog =
8686github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
8787github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
88- github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug =
89- github.com/opencontainers/image-spec v1.1.0 /go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM =
88+ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040 =
89+ github.com/opencontainers/image-spec v1.1.1 /go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M =
9090github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
9191github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk =
9292github.com/opencontainers/runtime-spec v1.2.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ github.com/munnerz/goautoneg
121121# github.com/opencontainers/go-digest v1.0.0
122122## explicit; go 1.13
123123github.com/opencontainers/go-digest
124- # github.com/opencontainers/image-spec v1.1.0
124+ # github.com/opencontainers/image-spec v1.1.1
125125## explicit; go 1.18
126126github.com/opencontainers/image-spec/specs-go
127127github.com/opencontainers/image-spec/specs-go/v1
You can’t perform that action at this time.
0 commit comments