Skip to content

Commit 56aa72c

Browse files
dnm: Vendor changes from containers/container-libs#494
1 parent d3b2619 commit 56aa72c

File tree

53 files changed

+1296
-3555
lines changed

Some content is hidden

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

53 files changed

+1296
-3555
lines changed

go.mod

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/containers/buildah
22

33
// Warning: Ensure the "go" and "toolchain" versions match exactly to prevent unwanted auto-updates
44

5-
go 1.24.3
5+
go 1.24.6
66

77
require (
88
github.com/containerd/platforms v1.0.0-rc.2
@@ -29,7 +29,7 @@ require (
2929
github.com/opencontainers/selinux v1.13.1
3030
github.com/openshift/imagebuilder v1.2.19
3131
github.com/seccomp/libseccomp-golang v0.11.1
32-
github.com/sirupsen/logrus v1.9.3
32+
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
3333
github.com/spf13/cobra v1.10.1
3434
github.com/spf13/pflag v1.0.10
3535
github.com/stretchr/testify v1.11.1
@@ -63,6 +63,7 @@ require (
6363
github.com/containerd/typeurl/v2 v2.2.3 // indirect
6464
github.com/containernetworking/plugins v1.8.0 // indirect
6565
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
66+
github.com/containers/tar-diff v0.1.2 // indirect
6667
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
6768
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 // indirect
6869
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -87,7 +88,6 @@ require (
8788
github.com/json-iterator/go v1.1.12 // indirect
8889
github.com/klauspost/compress v1.18.1 // indirect
8990
github.com/klauspost/pgzip v1.2.6 // indirect
90-
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
9191
github.com/manifoldco/promptui v0.9.0 // indirect
9292
github.com/mattn/go-runewidth v0.0.19 // indirect
9393
github.com/mattn/go-sqlite3 v1.14.32 // indirect
@@ -103,21 +103,20 @@ require (
103103
github.com/moby/sys/user v0.4.0 // indirect
104104
github.com/moby/term v0.5.2 // indirect
105105
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
106-
github.com/modern-go/reflect2 v1.0.2 // indirect
106+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
107107
github.com/morikuni/aec v1.0.0 // indirect
108108
github.com/pkg/errors v0.9.1 // indirect
109109
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
110110
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
111-
github.com/proglottis/gpgme v0.1.5 // indirect
111+
github.com/proglottis/gpgme v0.1.6 // indirect
112112
github.com/secure-systems-lab/go-securesystemslib v0.9.1 // indirect
113-
github.com/sigstore/fulcio v1.7.1 // indirect
114-
github.com/sigstore/protobuf-specs v0.4.1 // indirect
115-
github.com/sigstore/sigstore v1.9.5 // indirect
113+
github.com/sigstore/fulcio v1.8.1 // indirect
114+
github.com/sigstore/protobuf-specs v0.5.0 // indirect
115+
github.com/sigstore/sigstore v1.9.6-0.20251111174640-d8ab8afb1326 // indirect
116116
github.com/smallstep/pkcs7 v0.1.1 // indirect
117117
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
118118
github.com/sylabs/sif/v2 v2.22.0 // indirect
119119
github.com/tchap/go-patricia/v2 v2.3.3 // indirect
120-
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
121120
github.com/ulikunitz/xz v0.5.15 // indirect
122121
github.com/vbatts/tar-split v0.12.2 // indirect
123122
github.com/vbauerster/mpb/v8 v8.11.2 // indirect
@@ -128,16 +127,22 @@ require (
128127
go.opentelemetry.io/otel v1.38.0 // indirect
129128
go.opentelemetry.io/otel/metric v1.38.0 // indirect
130129
go.opentelemetry.io/otel/trace v1.38.0 // indirect
131-
go.yaml.in/yaml/v2 v2.4.2 // indirect
130+
go.yaml.in/yaml/v2 v2.4.3 // indirect
132131
golang.org/x/mod v0.29.0 // indirect
133132
golang.org/x/net v0.47.0 // indirect
134133
golang.org/x/text v0.31.0 // indirect
135-
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
136-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
134+
google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4 // indirect
135+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
137136
google.golang.org/grpc v1.76.0 // indirect
138137
google.golang.org/protobuf v1.36.10 // indirect
139138
gopkg.in/yaml.v3 v3.0.1 // indirect
140139
k8s.io/klog v1.0.0 // indirect
141140
sigs.k8s.io/yaml v1.6.0 // indirect
142141
tags.cncf.io/container-device-interface/specs-go v1.0.1-0.20251120202831-139ffec09210 // indirect
143142
)
143+
144+
replace go.podman.io/common => github.com/vraiti/container-libs/common v0.0.0-20251125183325-d678e117b4aa
145+
146+
replace go.podman.io/storage => github.com/vraiti/container-libs/storage v0.0.0-20251125183325-d678e117b4aa
147+
148+
replace go.podman.io/image/v5 => github.com/vraiti/container-libs/image/v5 v5.0.0-20251125183325-d678e117b4aa

go.sum

Lines changed: 218 additions & 50 deletions
Large diffs are not rendered by default.

vendor/github.com/containers/tar-diff/LICENSE

Lines changed: 189 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/tar-diff/pkg/common/common.go

Lines changed: 11 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/tar-diff/pkg/common/version.go

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

0 commit comments

Comments
 (0)