File tree 4 files changed +5
-5
lines changed
github.com/containers/common/version
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ go 1.22.8
7
7
require (
8
8
github.com/containerd/platforms v1.0.0-rc.1
9
9
github.com/containernetworking/cni v1.2.3
10
- github.com/containers/common v0.62.1
10
+ github.com/containers/common v0.62.2
11
11
github.com/containers/image/v5 v5.34.2
12
12
github.com/containers/luksy v0.0.0-20250217190002-40bd943d93b8
13
13
github.com/containers/ocicrypt v1.2.1
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ github.com/containernetworking/cni v1.2.3 h1:hhOcjNVUQTnzdRJ6alC5XF+wd9mfGIUaj8F
63
63
github.com/containernetworking/cni v1.2.3 /go.mod h1:DuLgF+aPd3DzcTQTtp/Nvl1Kim23oFKdm2okJzBQA5M =
64
64
github.com/containernetworking/plugins v1.5.1 h1:T5ji+LPYjjgW0QM+KyrigZbLsZ8jaX+E5J/EcKOE4gQ =
65
65
github.com/containernetworking/plugins v1.5.1 /go.mod h1:MIQfgMayGuHYs0XdNudf31cLLAC+i242hNm6KuDGqCM =
66
- github.com/containers/common v0.62.1 h1:durvu7Kelb8PYgX7bwuAg/d5LKj2hs3cAaqcU7Vnqus =
67
- github.com/containers/common v0.62.1 /go.mod h1:n9cEboBmY3AnTk1alkq4t7sLM4plwkDCiaWbsf67YxE =
66
+ github.com/containers/common v0.62.2 h1:xO45OOoeq17EZMIDZoSyRqg7GXGcRHa9sXlrr75zH+U =
67
+ github.com/containers/common v0.62.2 /go.mod h1:veFiR9iq2j3CHXtB4YnPHuOkSRdhIQ3bAY8AFMP/5bE =
68
68
github.com/containers/image/v5 v5.34.2 h1:3r1etun4uJYq5197tcymUcI1h6+zyzKS9PtRtBlEKMI =
69
69
github.com/containers/image/v5 v5.34.2 /go.mod h1:MG++slvQSZVq5ejAcLdu4APGsKGMb0YHHnAo7X28fdE =
70
70
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA =
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ github.com/containernetworking/cni/pkg/version
99
99
# github.com/containernetworking/plugins v1.5.1
100
100
## explicit; go 1.20
101
101
github.com/containernetworking/plugins/pkg/ns
102
- # github.com/containers/common v0.62.1
102
+ # github.com/containers/common v0.62.2
103
103
## explicit; go 1.22.8
104
104
github.com/containers/common/internal
105
105
github.com/containers/common/internal/attributedstring
You can’t perform that action at this time.
0 commit comments