Skip to content

Commit 443eace

Browse files
Merge pull request #6062 from containers/renovate/github.com-containers-common-0.x
fix(deps): update module github.com/containers/common to v0.62.2
2 parents 45b31a9 + 21f8dd3 commit 443eace

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go 1.22.8
77
require (
88
github.com/containerd/platforms v1.0.0-rc.1
99
github.com/containernetworking/cni v1.2.3
10-
github.com/containers/common v0.62.1
10+
github.com/containers/common v0.62.2
1111
github.com/containers/image/v5 v5.34.2
1212
github.com/containers/luksy v0.0.0-20250217190002-40bd943d93b8
1313
github.com/containers/ocicrypt v1.2.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ github.com/containernetworking/cni v1.2.3 h1:hhOcjNVUQTnzdRJ6alC5XF+wd9mfGIUaj8F
6363
github.com/containernetworking/cni v1.2.3/go.mod h1:DuLgF+aPd3DzcTQTtp/Nvl1Kim23oFKdm2okJzBQA5M=
6464
github.com/containernetworking/plugins v1.5.1 h1:T5ji+LPYjjgW0QM+KyrigZbLsZ8jaX+E5J/EcKOE4gQ=
6565
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=
6868
github.com/containers/image/v5 v5.34.2 h1:3r1etun4uJYq5197tcymUcI1h6+zyzKS9PtRtBlEKMI=
6969
github.com/containers/image/v5 v5.34.2/go.mod h1:MG++slvQSZVq5ejAcLdu4APGsKGMb0YHHnAo7X28fdE=
7070
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=

vendor/github.com/containers/common/version/version.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ github.com/containernetworking/cni/pkg/version
9999
# github.com/containernetworking/plugins v1.5.1
100100
## explicit; go 1.20
101101
github.com/containernetworking/plugins/pkg/ns
102-
# github.com/containers/common v0.62.1
102+
# github.com/containers/common v0.62.2
103103
## explicit; go 1.22.8
104104
github.com/containers/common/internal
105105
github.com/containers/common/internal/attributedstring

0 commit comments

Comments
 (0)