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 @@ -11,7 +11,7 @@ require (
11
11
github.com/golang-jwt/jwt/v4 v4.5.1
12
12
github.com/google/uuid v1.6.0
13
13
github.com/moby/term v0.5.0
14
- github.com/opencontainers/image-spec v1.1.0
14
+ github.com/opencontainers/image-spec v1.1.1
15
15
github.com/pkg/errors v0.9.1
16
16
github.com/sirupsen/logrus v1.9.3
17
17
github.com/spf13/cobra v1.8.1
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=
54
54
github.com/moby/term v0.5.0 /go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y =
55
55
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
56
56
github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
57
- github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug =
58
- github.com/opencontainers/image-spec v1.1.0 /go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM =
57
+ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040 =
58
+ github.com/opencontainers/image-spec v1.1.1 /go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M =
59
59
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
60
60
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
61
61
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ github.com/moby/term/windows
58
58
# github.com/opencontainers/go-digest v1.0.0
59
59
## explicit; go 1.13
60
60
github.com/opencontainers/go-digest
61
- # github.com/opencontainers/image-spec v1.1.0
61
+ # github.com/opencontainers/image-spec v1.1.1
62
62
## explicit; go 1.18
63
63
github.com/opencontainers/image-spec/specs-go
64
64
github.com/opencontainers/image-spec/specs-go/v1
You can’t perform that action at this time.
0 commit comments