Skip to content

Commit 378a16e

Browse files
UPSTREAM: <carry>: [Default Catalog Tests] Upgrade go 1.24.6 and dependencies
1 parent e4a64d5 commit 378a16e

File tree

291 files changed

+17398
-7834
lines changed

Some content is hidden

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

291 files changed

+17398
-7834
lines changed
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# Dependency Updates Summary
2+
## Comparison: main branch vs current branch
3+
4+
### Go Version
5+
- go 1.24.3 -> go 1.24.6
6+
7+
## Direct Dependencies Updated
8+
9+
| Package | From | To |
10+
|---------|------|-----|
11+
| github.com/containerd/containerd | v1.7.27 | v1.7.29 |
12+
| github.com/containers/image/v5 | v5.35.0 | v5.36.2 |
13+
| github.com/onsi/ginkgo/v2 | v2.23.4 | v2.27.2 |
14+
| github.com/onsi/gomega | v1.37.0 | v1.38.2 |
15+
| github.com/operator-framework/operator-controller | v1.3.0 | v1.6.0 |
16+
| github.com/operator-framework/operator-registry | v1.55.0 | v1.61.0 |
17+
| k8s.io/apimachinery | v0.33.2 | v0.34.1 |
18+
19+
## Indirect Dependencies Updated
20+
21+
| Package | From | To |
22+
|---------|------|-----|
23+
| github.com/containers/storage | v1.58.0 | v1.59.1 |
24+
| github.com/docker/docker | v28.3.0+incompatible | v28.5.1+incompatible |
25+
| github.com/docker/docker-credential-helpers | v0.9.3 | v0.9.4 |
26+
| github.com/docker/go-connections | v0.5.0 | v0.6.0 |
27+
| github.com/fxamacker/cbor/v2 | v2.8.0 | v2.9.0 |
28+
| github.com/go-jose/go-jose/v4 | v4.1.1 | v4.1.3 |
29+
| github.com/go-openapi/jsonpointer | v0.21.1 | v0.22.0 |
30+
| github.com/go-openapi/jsonreference | v0.21.0 | v0.21.1 |
31+
| github.com/go-openapi/swag | v0.23.1 | v0.24.1 |
32+
| github.com/google/pprof | v0.0.0-20250423184734-337e5dd93bb4 | v0.0.0-20251007162407-5df77e3f7d1d |
33+
| github.com/klauspost/compress | v1.18.0 | v1.18.1 |
34+
| github.com/letsencrypt/boulder | v0.20250701.0 | v0.0.0-20250624003606-5ddd5acf990d |
35+
| github.com/mattn/go-sqlite3 | v1.14.28 | v1.14.32 |
36+
| github.com/modern-go/reflect2 | v1.0.2 | v1.0.3-0.20250322232337-35a7c28c31ee |
37+
| github.com/operator-framework/api | v0.32.0 | v0.36.0 |
38+
| github.com/proglottis/gpgme | v0.1.4 | v0.1.5 |
39+
| github.com/secure-systems-lab/go-securesystemslib | v0.9.0 | v0.9.1 |
40+
| github.com/ulikunitz/xz | v0.5.12 | v0.5.15 |
41+
| go.yaml.in/yaml/v2 | v2.4.2 | v2.4.3 |
42+
| golang.org/x/crypto | v0.39.0 | v0.43.0 |
43+
| golang.org/x/net | v0.41.0 | v0.46.0 |
44+
| golang.org/x/oauth2 | v0.30.0 | v0.32.0 |
45+
| golang.org/x/sync | v0.15.0 | v0.18.0 |
46+
| golang.org/x/sys | v0.33.0 | v0.38.0 |
47+
| golang.org/x/term | v0.32.0 | v0.36.0 |
48+
| golang.org/x/text | v0.26.0 | v0.30.0 |
49+
| golang.org/x/time | v0.12.0 | v0.13.0 |
50+
| golang.org/x/tools | v0.34.0 | v0.38.0 |
51+
| google.golang.org/genproto/googleapis/api | v0.0.0-20250603155806-513f23925822 | v0.0.0-20250804133106-a7a43d27e69b |
52+
| google.golang.org/genproto/googleapis/rpc | v0.0.0-20250603155806-513f23925822 | v0.0.0-20251110190251-83f479183930 |
53+
| google.golang.org/grpc | v1.73.0 | v1.76.0 |
54+
| google.golang.org/protobuf | v1.36.6 | v1.36.10 |
55+
| k8s.io/api | v0.33.2 | v0.34.1 |
56+
| k8s.io/client-go | v0.33.2 | v0.34.1 |
57+
| k8s.io/kube-openapi | v0.0.0-20250701173324-9bd5c66d9911 | v0.0.0-20250710124328-f3f2b991d03b |
58+
| sigs.k8s.io/controller-runtime | v0.21.0 | v0.22.4 |
59+
| sigs.k8s.io/yaml | v1.5.0 | v1.6.0 |
60+
61+
## New Dependencies Added
62+
63+
- github.com/Masterminds/semver/v3 v3.4.0
64+
- golang.org/x/mod v0.29.0
65+
- k8s.io/apiextensions-apiserver v0.34.1
66+
- sigs.k8s.io/structured-merge-diff/v6 v6.3.0
67+
- github.com/go-openapi/swag/cmdutils v0.24.0
68+
- github.com/go-openapi/swag/conv v0.24.0
69+
- github.com/go-openapi/swag/fileutils v0.24.0
70+
- github.com/go-openapi/swag/jsonname v0.24.0
71+
- github.com/go-openapi/swag/jsonutils v0.24.0
72+
- github.com/go-openapi/swag/loading v0.24.0
73+
- github.com/go-openapi/swag/mangling v0.24.0
74+
- github.com/go-openapi/swag/netutils v0.24.0
75+
- github.com/go-openapi/swag/stringutils v0.24.0
76+
- github.com/go-openapi/swag/typeutils v0.24.0
77+
- github.com/go-openapi/swag/yamlutils v0.24.0
78+
79+
## Removed Dependencies
80+
81+
- github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
82+
- github.com/go-openapi/analysis v0.23.0
83+
- github.com/go-openapi/errors v0.22.1
84+
- github.com/go-openapi/loads v0.22.0
85+
- github.com/go-openapi/runtime v0.28.0
86+
- github.com/go-openapi/spec v0.21.0
87+
- github.com/go-openapi/strfmt v0.23.0
88+
- github.com/go-openapi/validate v0.24.0
89+
- github.com/mitchellh/mapstructure v1.5.0
90+
- github.com/oklog/ulid v1.3.1
91+
- github.com/sigstore/rekor v1.3.10
92+
- go.mongodb.org/mongo-driver v1.17.4
93+
- go.uber.org/automaxprocs v1.6.0
94+
- sigs.k8s.io/structured-merge-diff/v4 v4.7.0

openshift/default-catalog-consistency/go.mod

Lines changed: 75 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ require (
88
github.com/onsi/ginkgo/v2 v2.27.2
99
github.com/onsi/gomega v1.38.2
1010
github.com/opencontainers/image-spec v1.1.1
11+
<<<<<<< HEAD
1112
github.com/operator-framework/operator-controller v1.5.1
1213
github.com/operator-framework/operator-registry v1.57.0
1314
k8s.io/apimachinery v0.33.4
15+
=======
16+
github.com/operator-framework/operator-controller v1.6.0
17+
github.com/operator-framework/operator-registry v1.61.0
18+
k8s.io/apimachinery v0.34.1
19+
>>>>>>> 71fae0444 (UPSTREAM: <carry>: [Default Catalog Tests] Upgrade go 1.24.6 and dependencies)
1420
oras.land/oras-go/v2 v2.6.0
1521
)
1622

@@ -35,27 +41,54 @@ require (
3541
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3642
github.com/distribution/reference v0.6.0 // indirect
3743
github.com/docker/distribution v2.8.3+incompatible // indirect
44+
<<<<<<< HEAD
3845
github.com/docker/docker v28.3.3+incompatible // indirect
3946
github.com/docker/docker-credential-helpers v0.9.3 // indirect
4047
github.com/docker/go-connections v0.5.0 // indirect
48+
=======
49+
github.com/docker/docker v28.5.1+incompatible // indirect
50+
github.com/docker/docker-credential-helpers v0.9.4 // indirect
51+
github.com/docker/go-connections v0.6.0 // indirect
52+
>>>>>>> 71fae0444 (UPSTREAM: <carry>: [Default Catalog Tests] Upgrade go 1.24.6 and dependencies)
4153
github.com/docker/go-units v0.5.0 // indirect
4254
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
4355
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
4456
github.com/go-git/go-billy/v5 v5.6.2 // indirect
4557
github.com/go-git/go-git/v5 v5.16.2 // indirect
46-
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
58+
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
4759
github.com/go-logr/logr v1.4.3 // indirect
60+
<<<<<<< HEAD
4861
github.com/go-openapi/jsonpointer v0.21.1 // indirect
4962
github.com/go-openapi/jsonreference v0.21.0 // indirect
5063
github.com/go-openapi/swag v0.23.1 // indirect
64+
=======
65+
github.com/go-openapi/jsonpointer v0.22.0 // indirect
66+
github.com/go-openapi/jsonreference v0.21.1 // indirect
67+
github.com/go-openapi/swag v0.24.1 // indirect
68+
github.com/go-openapi/swag/cmdutils v0.24.0 // indirect
69+
github.com/go-openapi/swag/conv v0.24.0 // indirect
70+
github.com/go-openapi/swag/fileutils v0.24.0 // indirect
71+
github.com/go-openapi/swag/jsonname v0.24.0 // indirect
72+
github.com/go-openapi/swag/jsonutils v0.24.0 // indirect
73+
github.com/go-openapi/swag/loading v0.24.0 // indirect
74+
github.com/go-openapi/swag/mangling v0.24.0 // indirect
75+
github.com/go-openapi/swag/netutils v0.24.0 // indirect
76+
github.com/go-openapi/swag/stringutils v0.24.0 // indirect
77+
github.com/go-openapi/swag/typeutils v0.24.0 // indirect
78+
github.com/go-openapi/swag/yamlutils v0.24.0 // indirect
79+
>>>>>>> 71fae0444 (UPSTREAM: <carry>: [Default Catalog Tests] Upgrade go 1.24.6 and dependencies)
5180
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
5281
github.com/gogo/protobuf v1.3.2 // indirect
5382
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5483
github.com/golang/protobuf v1.5.4 // indirect
5584
github.com/google/gnostic-models v0.7.0 // indirect
5685
github.com/google/go-cmp v0.7.0 // indirect
5786
github.com/google/go-containerregistry v0.20.6 // indirect
87+
<<<<<<< HEAD
5888
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
89+
=======
90+
github.com/google/pprof v0.0.0-20251007162407-5df77e3f7d1d // indirect
91+
>>>>>>> 71fae0444 (UPSTREAM: <carry>: [Default Catalog Tests] Upgrade go 1.24.6 and dependencies)
5992
github.com/google/uuid v1.6.0 // indirect
6093
github.com/gorilla/mux v1.8.1 // indirect
6194
github.com/h2non/filetype v1.1.3 // indirect
@@ -64,7 +97,7 @@ require (
6497
github.com/joelanford/ignore v0.1.1 // indirect
6598
github.com/josharian/intern v1.0.0 // indirect
6699
github.com/json-iterator/go v1.1.12 // indirect
67-
github.com/klauspost/compress v1.18.0 // indirect
100+
github.com/klauspost/compress v1.18.1 // indirect
68101
github.com/klauspost/pgzip v1.2.6 // indirect
69102
github.com/letsencrypt/boulder v0.0.0-20250624003606-5ddd5acf990d // indirect
70103
github.com/mailru/easyjson v0.9.0 // indirect
@@ -81,23 +114,32 @@ require (
81114
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
82115
github.com/opencontainers/go-digest v1.0.0 // indirect
83116
github.com/opencontainers/runtime-spec v1.2.1 // indirect
117+
<<<<<<< HEAD
84118
github.com/operator-framework/api v0.34.0 // indirect
119+
=======
120+
github.com/operator-framework/api v0.36.0 // indirect
121+
>>>>>>> 71fae0444 (UPSTREAM: <carry>: [Default Catalog Tests] Upgrade go 1.24.6 and dependencies)
85122
github.com/pkg/errors v0.9.1 // indirect
86-
github.com/proglottis/gpgme v0.1.4 // indirect
123+
github.com/proglottis/gpgme v0.1.5 // indirect
87124
github.com/rivo/uniseg v0.4.7 // indirect
88-
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
125+
github.com/secure-systems-lab/go-securesystemslib v0.9.1 // indirect
89126
github.com/sigstore/fulcio v1.7.1 // indirect
90127
github.com/sigstore/protobuf-specs v0.4.3 // indirect
91128
github.com/sigstore/sigstore v1.9.5 // indirect
92129
github.com/sirupsen/logrus v1.9.3 // indirect
93130
github.com/smallstep/pkcs7 v0.2.1 // indirect
94131
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
95132
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
133+
<<<<<<< HEAD
96134
github.com/ulikunitz/xz v0.5.14 // indirect
135+
=======
136+
github.com/ulikunitz/xz v0.5.15 // indirect
137+
>>>>>>> 71fae0444 (UPSTREAM: <carry>: [Default Catalog Tests] Upgrade go 1.24.6 and dependencies)
97138
github.com/vbatts/tar-split v0.12.1 // indirect
98139
github.com/vbauerster/mpb/v8 v8.10.2 // indirect
99140
github.com/x448/float16 v0.8.4 // indirect
100141
go.opencensus.io v0.24.0 // indirect
142+
<<<<<<< HEAD
101143
go.yaml.in/yaml/v2 v2.4.2 // indirect
102144
go.yaml.in/yaml/v3 v3.0.4 // indirect
103145
golang.org/x/crypto v0.41.0 // indirect
@@ -121,13 +163,41 @@ require (
121163
k8s.io/api v0.33.4 // indirect
122164
k8s.io/apiextensions-apiserver v0.33.4 // indirect
123165
k8s.io/client-go v0.33.4 // indirect
166+
=======
167+
go.yaml.in/yaml/v2 v2.4.3 // indirect
168+
go.yaml.in/yaml/v3 v3.0.4 // indirect
169+
golang.org/x/crypto v0.43.0 // indirect
170+
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
171+
golang.org/x/mod v0.29.0 // indirect
172+
golang.org/x/net v0.46.0 // indirect
173+
golang.org/x/oauth2 v0.32.0 // indirect
174+
golang.org/x/sync v0.18.0 // indirect
175+
golang.org/x/sys v0.38.0 // indirect
176+
golang.org/x/term v0.36.0 // indirect
177+
golang.org/x/text v0.30.0 // indirect
178+
golang.org/x/time v0.13.0 // indirect
179+
golang.org/x/tools v0.38.0 // indirect
180+
google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect
181+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251110190251-83f479183930 // indirect
182+
google.golang.org/grpc v1.76.0 // indirect
183+
google.golang.org/protobuf v1.36.10 // indirect
184+
gopkg.in/inf.v0 v0.9.1 // indirect
185+
gopkg.in/warnings.v0 v0.1.2 // indirect
186+
gopkg.in/yaml.v3 v3.0.1 // indirect
187+
k8s.io/api v0.34.1 // indirect
188+
k8s.io/apiextensions-apiserver v0.34.1 // indirect
189+
k8s.io/client-go v0.34.1 // indirect
190+
>>>>>>> 71fae0444 (UPSTREAM: <carry>: [Default Catalog Tests] Upgrade go 1.24.6 and dependencies)
124191
k8s.io/klog/v2 v2.130.1 // indirect
125192
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
126193
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
127-
sigs.k8s.io/controller-runtime v0.21.0 // indirect
194+
sigs.k8s.io/controller-runtime v0.22.4 // indirect
128195
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
129196
sigs.k8s.io/randfill v1.0.0 // indirect
197+
<<<<<<< HEAD
130198
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
199+
=======
200+
>>>>>>> 71fae0444 (UPSTREAM: <carry>: [Default Catalog Tests] Upgrade go 1.24.6 and dependencies)
131201
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
132202
sigs.k8s.io/yaml v1.6.0 // indirect
133203
)

0 commit comments

Comments
 (0)