Skip to content

Commit 3feb56e

Browse files
Merge pull request #16008 from rhatdan/VENDOR
Update vendor containers/(common,image)
2 parents 304dfe8 + fe3c91d commit 3feb56e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+907
-549
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ require (
1212
github.com/containernetworking/cni v1.1.2
1313
github.com/containernetworking/plugins v1.1.1
1414
github.com/containers/buildah v1.27.1-0.20220921131114-d3064796af36
15-
github.com/containers/common v0.49.2-0.20220929111928-2d1b45ae2423
15+
github.com/containers/common v0.50.1
1616
github.com/containers/conmon v2.0.20+incompatible
17-
github.com/containers/image/v5 v5.22.1-0.20220919112403-fe51f7ffca50
17+
github.com/containers/image/v5 v5.23.0
1818
github.com/containers/ocicrypt v1.1.5
1919
github.com/containers/psgo v1.7.3
2020
github.com/containers/storage v1.43.0
@@ -44,7 +44,7 @@ require (
4444
github.com/onsi/ginkgo v1.16.5
4545
github.com/onsi/gomega v1.20.2
4646
github.com/opencontainers/go-digest v1.0.0
47-
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198
47+
github.com/opencontainers/image-spec v1.1.0-rc1
4848
github.com/opencontainers/runc v1.1.4
4949
github.com/opencontainers/runtime-spec v1.0.3-0.20211214071223-8958f93039ab
5050
github.com/opencontainers/runtime-tools v0.9.1-0.20220714195903-17b3287fafb7
@@ -62,7 +62,7 @@ require (
6262
github.com/vishvananda/netlink v1.1.1-0.20220115184804-dd687eb2f2d4
6363
go.etcd.io/bbolt v1.3.6
6464
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
65-
golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2
65+
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
6666
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
6767
golang.org/x/text v0.3.7
6868
google.golang.org/protobuf v1.28.1
@@ -86,7 +86,7 @@ require (
8686
github.com/davecgh/go-spew v1.1.1 // indirect
8787
github.com/digitalocean/go-libvirt v0.0.0-20201209184759-e2a69bcd5bd1 // indirect
8888
github.com/disiqueira/gotree/v3 v3.0.2 // indirect
89-
github.com/docker/docker-credential-helpers v0.6.4 // indirect
89+
github.com/docker/docker-credential-helpers v0.7.0 // indirect
9090
github.com/felixge/httpsnoop v1.0.3 // indirect
9191
github.com/fsouza/go-dockerclient v1.8.3 // indirect
9292
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
@@ -100,7 +100,7 @@ require (
100100
github.com/imdario/mergo v0.3.13 // indirect
101101
github.com/inconshreveable/mousetrap v1.0.0 // indirect
102102
github.com/jinzhu/copier v0.3.5 // indirect
103-
github.com/klauspost/compress v1.15.10 // indirect
103+
github.com/klauspost/compress v1.15.11 // indirect
104104
github.com/klauspost/pgzip v1.2.5 // indirect
105105
github.com/kr/fs v0.1.0 // indirect
106106
github.com/letsencrypt/boulder v0.0.0-20220723181115-27de4befb95e // indirect
@@ -122,11 +122,11 @@ require (
122122
github.com/rivo/uniseg v0.2.0 // indirect
123123
github.com/rogpeppe/go-internal v1.8.0 // indirect
124124
github.com/seccomp/libseccomp-golang v0.10.0 // indirect
125-
github.com/sigstore/sigstore v1.4.1 // indirect
125+
github.com/sigstore/sigstore v1.4.2 // indirect
126126
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect
127-
github.com/sylabs/sif/v2 v2.7.2 // indirect
127+
github.com/sylabs/sif/v2 v2.8.0 // indirect
128128
github.com/tchap/go-patricia v2.3.0+incompatible // indirect
129-
github.com/theupdateframework/go-tuf v0.5.0 // indirect
129+
github.com/theupdateframework/go-tuf v0.5.1 // indirect
130130
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
131131
github.com/vbatts/tar-split v0.11.2 // indirect
132132
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
@@ -136,8 +136,8 @@ require (
136136
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
137137
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
138138
go.opencensus.io v0.23.0 // indirect
139-
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
140-
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
139+
golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 // indirect
140+
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
141141
golang.org/x/tools v0.1.12 // indirect
142142
google.golang.org/genproto v0.0.0-20220720214146-176da50484ac // indirect
143143
google.golang.org/grpc v1.48.0 // indirect

go.sum

Lines changed: 47 additions & 12 deletions
Large diffs are not rendered by default.

vendor/github.com/containers/common/pkg/config/default.go

Lines changed: 10 additions & 3 deletions
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/github.com/containers/image/v5/version/version.go

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

vendor/github.com/docker/docker-credential-helpers/credentials/credentials.go

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

vendor/github.com/docker/docker-credential-helpers/credentials/version.go

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/klauspost/compress/README.md

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/klauspost/compress/flate/deflate.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/klauspost/compress/flate/fast_encoder.go

Lines changed: 19 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)