Skip to content

Commit 4dc26b9

Browse files
Merge pull request #5766 from Luap99/release-1.33
[release-1.33] vendor: update c/common to v0.57.7
2 parents a77bd8e + 8c32dca commit 4dc26b9

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/containerd/containerd v1.7.9
77
github.com/containernetworking/cni v1.1.2
88
github.com/containernetworking/plugins v1.3.0
9-
github.com/containers/common v0.57.6
9+
github.com/containers/common v0.57.7
1010
github.com/containers/image/v5 v5.29.4
1111
github.com/containers/luksy v0.0.0-20231030195837-b5a7f79da98b
1212
github.com/containers/ocicrypt v1.1.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ github.com/containernetworking/cni v1.1.2 h1:wtRGZVv7olUHMOqouPpn3cXJWpJgM6+EUl3
5454
github.com/containernetworking/cni v1.1.2/go.mod h1:sDpYKmGVENF3s6uvMvGgldDWeG8dMxakj/u+i9ht9vw=
5555
github.com/containernetworking/plugins v1.3.0 h1:QVNXMT6XloyMUoO2wUOqWTC1hWFV62Q6mVDp5H1HnjM=
5656
github.com/containernetworking/plugins v1.3.0/go.mod h1:Pc2wcedTQQCVuROOOaLBPPxrEXqqXBFt3cZ+/yVg6l0=
57-
github.com/containers/common v0.57.6 h1:GNK2lsL2gMcmLc+cH749S7I7HxuP80TBWqcr4913bC4=
58-
github.com/containers/common v0.57.6/go.mod h1:GRtgIWNPc8zmo/vcA7VoZfLWpgQRH01/kzQbeNZH8WQ=
57+
github.com/containers/common v0.57.7 h1:xA6/dXNbScnaytcFNQKTFGn6VDxwvDlCngJtfdGAf7g=
58+
github.com/containers/common v0.57.7/go.mod h1:GRtgIWNPc8zmo/vcA7VoZfLWpgQRH01/kzQbeNZH8WQ=
5959
github.com/containers/image/v5 v5.29.4 h1:EbYrwOscTvzeCXt4149OtU74T/ZuohEottcs/hz47O4=
6060
github.com/containers/image/v5 v5.29.4/go.mod h1:kQ7qcDsps424ZAz24thD+x7+dJw1vgur3A9tTDsj97E=
6161
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=

vendor/github.com/containers/common/pkg/subscriptions/subscriptions.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ github.com/containernetworking/cni/pkg/version
9494
# github.com/containernetworking/plugins v1.3.0
9595
## explicit; go 1.20
9696
github.com/containernetworking/plugins/pkg/ns
97-
# github.com/containers/common v0.57.6
97+
# github.com/containers/common v0.57.7
9898
## explicit; go 1.18
9999
github.com/containers/common/internal/attributedstring
100100
github.com/containers/common/libimage

0 commit comments

Comments
 (0)