Skip to content

Commit d202acd

Browse files
committed
Bump containers/common to latest main
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
1 parent 174631f commit d202acd

56 files changed

Lines changed: 1914 additions & 1103 deletions

Some content is hidden

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

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ require (
1111
github.com/checkpoint-restore/go-criu/v7 v7.0.0
1212
github.com/containernetworking/plugins v1.4.0
1313
github.com/containers/buildah v1.33.2-0.20231121195905-d1a1c53c8e1c
14-
github.com/containers/common v0.57.1-0.20240124083822-167512e3cfc4
14+
github.com/containers/common v0.57.1-0.20240129201029-3310a75e3608
1515
github.com/containers/conmon v2.0.20+incompatible
1616
github.com/containers/gvisor-tap-vsock v0.7.2
17-
github.com/containers/image/v5 v5.29.1-0.20231221164234-1b221d4a9c28
17+
github.com/containers/image/v5 v5.29.2-0.20240129204525-816800b5daf7
1818
github.com/containers/libhvee v0.6.0
1919
github.com/containers/ocicrypt v1.1.9
2020
github.com/containers/psgo v1.8.0
21-
github.com/containers/storage v1.51.1-0.20231221151421-1020ab61b4e5
21+
github.com/containers/storage v1.52.1-0.20240129173630-7a525ce0e2bc
2222
github.com/coreos/go-systemd/v22 v22.5.1-0.20231103132048-7d375ecc2b09
2323
github.com/coreos/stream-metadata-go v0.4.4
2424
github.com/crc-org/vfkit v0.5.0
@@ -65,7 +65,7 @@ require (
6565
github.com/vbauerster/mpb/v8 v8.7.2
6666
github.com/vishvananda/netlink v1.2.1-beta.2
6767
go.etcd.io/bbolt v1.3.8
68-
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
68+
golang.org/x/exp v0.0.0-20231226003508-02704c960a9b
6969
golang.org/x/net v0.20.0
7070
golang.org/x/sync v0.6.0
7171
golang.org/x/sys v0.16.0
@@ -101,13 +101,13 @@ require (
101101
github.com/containers/luksy v0.0.0-20231030195837-b5a7f79da98b // indirect
102102
github.com/coreos/go-oidc/v3 v3.9.0 // indirect
103103
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
104-
github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 // indirect
104+
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f // indirect
105105
github.com/davecgh/go-spew v1.1.1 // indirect
106106
github.com/digitalocean/go-libvirt v0.0.0-20220804181439-8648fbde413e // indirect
107107
github.com/disiqueira/gotree/v3 v3.0.2 // indirect
108108
github.com/distribution/reference v0.5.0 // indirect
109-
github.com/docker/docker-credential-helpers v0.8.0 // indirect
110-
github.com/felixge/httpsnoop v1.0.3 // indirect
109+
github.com/docker/docker-credential-helpers v0.8.1 // indirect
110+
github.com/felixge/httpsnoop v1.0.4 // indirect
111111
github.com/fsnotify/fsnotify v1.7.0 // indirect
112112
github.com/fsouza/go-dockerclient v1.10.0 // indirect
113113
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
@@ -124,8 +124,8 @@ require (
124124
github.com/go-openapi/loads v0.21.2 // indirect
125125
github.com/go-openapi/runtime v0.26.0 // indirect
126126
github.com/go-openapi/spec v0.20.9 // indirect
127-
github.com/go-openapi/strfmt v0.21.10 // indirect
128-
github.com/go-openapi/swag v0.22.5 // indirect
127+
github.com/go-openapi/strfmt v0.22.0 // indirect
128+
github.com/go-openapi/swag v0.22.9 // indirect
129129
github.com/go-openapi/validate v0.22.1 // indirect
130130
github.com/go-playground/locales v0.14.1 // indirect
131131
github.com/go-playground/universal-translator v0.18.1 // indirect
@@ -145,7 +145,7 @@ require (
145145
github.com/inconshreveable/mousetrap v1.1.0 // indirect
146146
github.com/jinzhu/copier v0.4.0 // indirect
147147
github.com/josharian/intern v1.0.0 // indirect
148-
github.com/klauspost/compress v1.17.4 // indirect
148+
github.com/klauspost/compress v1.17.5 // indirect
149149
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
150150
github.com/klauspost/pgzip v1.2.6 // indirect
151151
github.com/kr/fs v0.1.0 // indirect
@@ -184,7 +184,7 @@ require (
184184
github.com/shoenig/go-m1cpu v0.1.6 // indirect
185185
github.com/sigstore/fulcio v1.4.3 // indirect
186186
github.com/sigstore/rekor v1.2.2 // indirect
187-
github.com/sigstore/sigstore v1.8.0 // indirect
187+
github.com/sigstore/sigstore v1.8.1 // indirect
188188
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
189189
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect
190190
github.com/sylabs/sif/v2 v2.15.1 // indirect
@@ -208,7 +208,7 @@ require (
208208
golang.org/x/arch v0.5.0 // indirect
209209
golang.org/x/crypto v0.18.0 // indirect
210210
golang.org/x/mod v0.14.0 // indirect
211-
golang.org/x/oauth2 v0.15.0 // indirect
211+
golang.org/x/oauth2 v0.16.0 // indirect
212212
golang.org/x/time v0.3.0 // indirect
213213
golang.org/x/tools v0.16.1 // indirect
214214
google.golang.org/appengine v1.6.8 // indirect

go.sum

Lines changed: 30 additions & 28 deletions
Large diffs are not rendered by default.

vendor/github.com/containers/common/libimage/layer_tree.go

Lines changed: 3 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/pkg/config/config.go

Lines changed: 12 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/pkg/config/config_darwin.go

Lines changed: 0 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/pkg/config/config_freebsd.go

Lines changed: 0 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/pkg/config/config_linux.go

Lines changed: 0 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/pkg/config/config_local.go

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

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

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

vendor/github.com/containers/common/pkg/config/containers.conf

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

0 commit comments

Comments
 (0)