Skip to content

Commit af3199a

Browse files
Merge pull request containers#6386 from flouthoc/test_vendor_update_go
.cirrus.yml: Test Vendoring bump golang
2 parents fb473e4 + 5bb6d9e commit af3199a

File tree

250 files changed

+3130
-3087
lines changed

Some content is hidden

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

250 files changed

+3130
-3087
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ vendor_task:
124124

125125
# Runs within Cirrus's "community cluster"
126126
container:
127-
image: docker.io/library/golang:1.24.0
127+
image: docker.io/library/golang:1.24.2
128128
cpu: 1
129129
memory: 1
130130

go.mod

Lines changed: 15 additions & 16 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.0
5+
go 1.24.2
66

77
require (
88
github.com/containerd/platforms v1.0.0-rc.1
@@ -34,9 +34,9 @@ require (
3434
github.com/spf13/pflag v1.0.10
3535
github.com/stretchr/testify v1.11.1
3636
go.etcd.io/bbolt v1.4.3
37-
go.podman.io/common v0.0.0-20250826054041-6e4bed3c9118
38-
go.podman.io/image/v5 v5.36.1-0.20250820085751-a13b38f45723
39-
go.podman.io/storage v1.59.1-0.20250820085751-a13b38f45723
37+
go.podman.io/common v0.65.1-0.20250916163606-92222dcd3da4
38+
go.podman.io/image/v5 v5.37.1-0.20250916163606-92222dcd3da4
39+
go.podman.io/storage v1.60.1-0.20250916163606-92222dcd3da4
4040
golang.org/x/crypto v0.42.0
4141
golang.org/x/sync v0.17.0
4242
golang.org/x/sys v0.36.0
@@ -58,7 +58,7 @@ require (
5858
github.com/containerd/log v0.1.0 // indirect
5959
github.com/containerd/stargz-snapshotter/estargz v0.17.0 // indirect
6060
github.com/containerd/typeurl/v2 v2.2.3 // indirect
61-
github.com/containernetworking/plugins v1.7.1 // indirect
61+
github.com/containernetworking/plugins v1.8.0 // indirect
6262
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
6363
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
6464
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 // indirect
@@ -74,7 +74,7 @@ require (
7474
github.com/godbus/dbus/v5 v5.1.0 // indirect
7575
github.com/gogo/protobuf v1.3.2 // indirect
7676
github.com/golang/protobuf v1.5.4 // indirect
77-
github.com/google/go-containerregistry v0.20.3 // indirect
77+
github.com/google/go-containerregistry v0.20.6 // indirect
7878
github.com/google/go-intervals v0.0.2 // indirect
7979
github.com/google/uuid v1.6.0 // indirect
8080
github.com/gorilla/mux v1.8.1 // indirect
@@ -106,33 +106,32 @@ require (
106106
github.com/proglottis/gpgme v0.1.5 // indirect
107107
github.com/rivo/uniseg v0.4.7 // indirect
108108
github.com/secure-systems-lab/go-securesystemslib v0.9.1 // indirect
109-
github.com/sigstore/fulcio v1.6.6 // indirect
109+
github.com/sigstore/fulcio v1.7.1 // indirect
110110
github.com/sigstore/protobuf-specs v0.4.1 // indirect
111111
github.com/sigstore/sigstore v1.9.5 // indirect
112112
github.com/smallstep/pkcs7 v0.1.1 // indirect
113113
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
114-
github.com/sylabs/sif/v2 v2.21.1 // indirect
114+
github.com/sylabs/sif/v2 v2.22.0 // indirect
115115
github.com/tchap/go-patricia/v2 v2.3.3 // indirect
116116
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
117117
github.com/ulikunitz/xz v0.5.15 // indirect
118118
github.com/vbatts/tar-split v0.12.1 // indirect
119119
github.com/vbauerster/mpb/v8 v8.10.2 // indirect
120120
github.com/vishvananda/netlink v1.3.1 // indirect
121121
github.com/vishvananda/netns v0.0.5 // indirect
122-
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
123122
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
124-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
125-
go.opentelemetry.io/otel v1.35.0 // indirect
126-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
127-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
123+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
124+
go.opentelemetry.io/otel v1.36.0 // indirect
125+
go.opentelemetry.io/otel/metric v1.36.0 // indirect
126+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
128127
go.yaml.in/yaml/v2 v2.4.2 // indirect
129128
golang.org/x/mod v0.27.0 // indirect
130129
golang.org/x/net v0.43.0 // indirect
131130
golang.org/x/text v0.29.0 // indirect
132-
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
133-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
131+
google.golang.org/genproto/googleapis/api v0.0.0-20250414145226-207652e42e2e // indirect
132+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
134133
google.golang.org/grpc v1.72.2 // indirect
135-
google.golang.org/protobuf v1.36.6 // indirect
134+
google.golang.org/protobuf v1.36.8 // indirect
136135
gopkg.in/yaml.v3 v3.0.1 // indirect
137136
k8s.io/klog v1.0.0 // indirect
138137
sigs.k8s.io/yaml v1.6.0 // indirect

go.sum

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

vendor/github.com/google/go-containerregistry/pkg/name/digest.go

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

vendor/github.com/google/go-containerregistry/pkg/name/registry.go

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

vendor/github.com/google/go-containerregistry/pkg/name/repository.go

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

vendor/github.com/google/go-containerregistry/pkg/name/tag.go

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

vendor/github.com/google/go-containerregistry/pkg/v1/hash.go

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

vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/config.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.

0 commit comments

Comments
 (0)