Skip to content

Commit 29b090b

Browse files
Merge pull request #722 from openshift-bot/synchronize-upstream
NO-ISSUE: Synchronize From Upstream Repositories
2 parents 45409c3 + 841b0cc commit 29b090b

104 files changed

Lines changed: 2035 additions & 38275 deletions

File tree

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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/opencontainers/image-spec v1.1.1
2323
github.com/operator-framework/api v0.42.0
2424
github.com/operator-framework/helm-operator-plugins v0.8.0
25-
github.com/operator-framework/operator-registry v1.65.0
25+
github.com/operator-framework/operator-registry v1.66.0
2626
github.com/prometheus/client_golang v1.23.2
2727
github.com/prometheus/common v0.67.5
2828
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
@@ -35,13 +35,13 @@ require (
3535
golang.org/x/sync v0.20.0
3636
golang.org/x/tools v0.44.0
3737
helm.sh/helm/v3 v3.20.2
38-
k8s.io/api v0.35.3
39-
k8s.io/apiextensions-apiserver v0.35.3
40-
k8s.io/apimachinery v0.35.3
41-
k8s.io/apiserver v0.35.3
38+
k8s.io/api v0.35.4
39+
k8s.io/apiextensions-apiserver v0.35.4
40+
k8s.io/apimachinery v0.35.4
41+
k8s.io/apiserver v0.35.4
4242
k8s.io/cli-runtime v0.35.1
4343
k8s.io/client-go v1.5.2
44-
k8s.io/component-base v0.35.3
44+
k8s.io/component-base v0.35.4
4545
k8s.io/klog/v2 v2.140.0
4646
k8s.io/kubernetes v1.35.0
4747
k8s.io/utils v0.0.0-20260319190234-28399d86e0b5
@@ -97,7 +97,7 @@ require (
9797
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
9898
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
9999
github.com/distribution/reference v0.6.0 // indirect
100-
github.com/docker/cli v29.4.0+incompatible // indirect
100+
github.com/docker/cli v29.4.1+incompatible // indirect
101101
github.com/docker/distribution v2.8.3+incompatible // indirect
102102
github.com/docker/docker v28.5.2+incompatible // indirect
103103
github.com/docker/docker-credential-helpers v0.9.5 // indirect
@@ -145,7 +145,7 @@ require (
145145
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
146146
github.com/gosuri/uitable v0.0.4 // indirect
147147
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
148-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
148+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
149149
github.com/h2non/filetype v1.1.3 // indirect
150150
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c // indirect
151151
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -167,7 +167,7 @@ require (
167167
github.com/mattn/go-colorable v0.1.14 // indirect
168168
github.com/mattn/go-isatty v0.0.20 // indirect
169169
github.com/mattn/go-runewidth v0.0.19 // indirect
170-
github.com/mattn/go-sqlite3 v1.14.37 // indirect
170+
github.com/mattn/go-sqlite3 v1.14.42 // indirect
171171
github.com/miekg/pkcs11 v1.1.2 // indirect
172172
github.com/mitchellh/copystructure v1.2.0 // indirect
173173
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -218,15 +218,15 @@ require (
218218
go.etcd.io/bbolt v1.4.3 // indirect
219219
go.opencensus.io v0.24.0 // indirect
220220
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
221-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect
221+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
222222
go.opentelemetry.io/otel v1.43.0 // indirect
223-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
224-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 // indirect
223+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 // indirect
224+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 // indirect
225225
go.opentelemetry.io/otel/metric v1.43.0 // indirect
226226
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
227227
go.opentelemetry.io/otel/trace v1.43.0 // indirect
228228
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
229-
go.podman.io/common v0.67.0 // indirect
229+
go.podman.io/common v0.67.1 // indirect
230230
go.podman.io/storage v1.62.0 // indirect
231231
go.yaml.in/yaml/v2 v2.4.4 // indirect
232232
go.yaml.in/yaml/v3 v3.0.4 // indirect
@@ -239,9 +239,9 @@ require (
239239
golang.org/x/time v0.15.0 // indirect
240240
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
241241
google.golang.org/genproto v0.0.0-20260209200024-4cfbd4190f57 // indirect
242-
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
242+
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 // indirect
243243
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 // indirect
244-
google.golang.org/grpc v1.79.3 // indirect
244+
google.golang.org/grpc v1.80.0 // indirect
245245
google.golang.org/protobuf v1.36.11 // indirect
246246
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
247247
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

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

helm/olmv1/templates/poddisruptionbudget-olmv1-system-catalogd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ spec:
1616
{{- if .Values.options.catalogd.podDisruptionBudget.maxUnavailable }}
1717
maxUnavailable: {{ .Values.options.catalogd.podDisruptionBudget.maxUnavailable }}
1818
{{- end }}
19+
unhealthyPodEvictionPolicy: AlwaysAllow
1920
selector:
2021
matchLabels:
2122
control-plane: catalogd-controller-manager

helm/olmv1/templates/poddisruptionbudget-olmv1-system-operator-controller.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ spec:
1616
{{- if .Values.options.operatorController.podDisruptionBudget.maxUnavailable }}
1717
maxUnavailable: {{ .Values.options.operatorController.podDisruptionBudget.maxUnavailable }}
1818
{{- end }}
19+
unhealthyPodEvictionPolicy: AlwaysAllow
1920
selector:
2021
matchLabels:
2122
control-plane: operator-controller-controller-manager

manifests/experimental-e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ metadata:
100100
olm.operatorframework.io/feature-set: experimental-e2e
101101
spec:
102102
minAvailable: 1
103+
unhealthyPodEvictionPolicy: AlwaysAllow
103104
selector:
104105
matchLabels:
105106
control-plane: catalogd-controller-manager
@@ -117,6 +118,7 @@ metadata:
117118
olm.operatorframework.io/feature-set: experimental-e2e
118119
spec:
119120
minAvailable: 1
121+
unhealthyPodEvictionPolicy: AlwaysAllow
120122
selector:
121123
matchLabels:
122124
control-plane: operator-controller-controller-manager

manifests/experimental.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ metadata:
100100
olm.operatorframework.io/feature-set: experimental
101101
spec:
102102
minAvailable: 1
103+
unhealthyPodEvictionPolicy: AlwaysAllow
103104
selector:
104105
matchLabels:
105106
control-plane: catalogd-controller-manager
@@ -117,6 +118,7 @@ metadata:
117118
olm.operatorframework.io/feature-set: experimental
118119
spec:
119120
minAvailable: 1
121+
unhealthyPodEvictionPolicy: AlwaysAllow
120122
selector:
121123
matchLabels:
122124
control-plane: operator-controller-controller-manager

manifests/standard-e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ metadata:
100100
olm.operatorframework.io/feature-set: standard-e2e
101101
spec:
102102
minAvailable: 1
103+
unhealthyPodEvictionPolicy: AlwaysAllow
103104
selector:
104105
matchLabels:
105106
control-plane: catalogd-controller-manager
@@ -117,6 +118,7 @@ metadata:
117118
olm.operatorframework.io/feature-set: standard-e2e
118119
spec:
119120
minAvailable: 1
121+
unhealthyPodEvictionPolicy: AlwaysAllow
120122
selector:
121123
matchLabels:
122124
control-plane: operator-controller-controller-manager

manifests/standard.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ metadata:
100100
olm.operatorframework.io/feature-set: standard
101101
spec:
102102
minAvailable: 1
103+
unhealthyPodEvictionPolicy: AlwaysAllow
103104
selector:
104105
matchLabels:
105106
control-plane: catalogd-controller-manager
@@ -117,6 +118,7 @@ metadata:
117118
olm.operatorframework.io/feature-set: standard
118119
spec:
119120
minAvailable: 1
121+
unhealthyPodEvictionPolicy: AlwaysAllow
120122
selector:
121123
matchLabels:
122124
control-plane: operator-controller-controller-manager

openshift/tests-extension/go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ require (
1818
github.com/tidwall/gjson v1.18.0
1919
github.com/tidwall/pretty v1.2.1
2020
gopkg.in/yaml.v3 v3.0.1
21-
k8s.io/api v0.35.3
22-
k8s.io/apiextensions-apiserver v0.35.3
23-
k8s.io/apimachinery v0.35.3
24-
k8s.io/apiserver v0.35.3
21+
k8s.io/api v0.35.4
22+
k8s.io/apiextensions-apiserver v0.35.4
23+
k8s.io/apimachinery v0.35.4
24+
k8s.io/apiserver v0.35.4
2525
k8s.io/client-go v1.5.2
2626
k8s.io/kubernetes v1.35.0
2727
k8s.io/utils v0.0.0-20260319190234-28399d86e0b5
@@ -64,7 +64,7 @@ require (
6464
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
6565
github.com/google/uuid v1.6.0 // indirect
6666
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
67-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
67+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
6868
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6969
github.com/json-iterator/go v1.1.12 // indirect
7070
github.com/kylelemons/godebug v1.1.0 // indirect
@@ -83,10 +83,10 @@ require (
8383
github.com/tidwall/match v1.1.1 // indirect
8484
github.com/x448/float16 v0.8.4 // indirect
8585
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
86-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect
86+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
8787
go.opentelemetry.io/otel v1.43.0 // indirect
88-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
89-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 // indirect
88+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 // indirect
89+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 // indirect
9090
go.opentelemetry.io/otel/metric v1.43.0 // indirect
9191
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
9292
go.opentelemetry.io/otel/trace v1.43.0 // indirect
@@ -103,14 +103,14 @@ require (
103103
golang.org/x/text v0.36.0 // indirect
104104
golang.org/x/time v0.15.0 // indirect
105105
golang.org/x/tools v0.44.0 // indirect
106-
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
106+
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 // indirect
107107
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 // indirect
108-
google.golang.org/grpc v1.79.3 // indirect
108+
google.golang.org/grpc v1.80.0 // indirect
109109
google.golang.org/protobuf v1.36.11 // indirect
110110
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
111111
gopkg.in/inf.v0 v0.9.1 // indirect
112112
gopkg.in/yaml.v2 v2.4.0 // indirect
113-
k8s.io/component-base v0.35.3 // indirect
113+
k8s.io/component-base v0.35.4 // indirect
114114
k8s.io/component-helpers v0.35.0 // indirect
115115
k8s.io/controller-manager v0.33.2 // indirect
116116
k8s.io/klog/v2 v2.140.0 // indirect

openshift/tests-extension/go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
9090
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
9191
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 h1:JeSE6pjso5THxAzdVpqr6/geYxZytqFMBCOtn/ujyeo=
9292
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674/go.mod h1:r4w70xmWCQKmi1ONH4KIaBptdivuRPyosB9RmPlGEwA=
93-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 h1:X+2YciYSxvMQK0UZ7sg45ZVabVZBeBuvMkmuI2V3Fak=
94-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7/go.mod h1:lW34nIZuQ8UDPdkon5fmfp2l3+ZkQ2me/+oecHYLOII=
93+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 h1:HWRh5R2+9EifMyIHV7ZV+MIZqgz+PMpZ14Jynv3O2Zs=
94+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0/go.mod h1:JfhWUomR1baixubs02l85lZYYOm7LV6om4ceouMv45c=
9595
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
9696
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
9797
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
@@ -198,14 +198,14 @@ github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
198198
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
199199
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
200200
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
201-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 h1:7iP2uCb7sGddAr30RRS6xjKy7AZ2JtTOPA3oolgVSw8=
202-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0/go.mod h1:c7hN3ddxs/z6q9xwvfLPk+UHlWRQyaeR1LdgfL/66l0=
201+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 h1:OyrsyzuttWTSur2qN/Lm0m2a8yqyIjUVBZcxFPuXq2o=
202+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0/go.mod h1:C2NGBr+kAB4bk3xtMXfZ94gqFDtg/GkI7e9zqGh5Beg=
203203
go.opentelemetry.io/otel v1.43.0 h1:mYIM03dnh5zfN7HautFE4ieIig9amkNANT+xcVxAj9I=
204204
go.opentelemetry.io/otel v1.43.0/go.mod h1:JuG+u74mvjvcm8vj8pI5XiHy1zDeoCS2LB1spIq7Ay0=
205-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 h1:QKdN8ly8zEMrByybbQgv8cWBcdAarwmIPZ6FThrWXJs=
206-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0/go.mod h1:bTdK1nhqF76qiPoCCdyFIV+N/sRHYXYCTQc+3VCi3MI=
207-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 h1:DvJDOPmSWQHWywQS6lKL+pb8s3gBLOZUtw4N+mavW1I=
208-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0/go.mod h1:EtekO9DEJb4/jRyN4v4Qjc2yA7AtfCBuz2FynRUWTXs=
205+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 h1:THuZiwpQZuHPul65w4WcwEnkX2QIuMT+UFoOrygtoJw=
206+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0/go.mod h1:J2pvYM5NGHofZ2/Ru6zw/TNWnEQp5crgyDeSrYpXkAw=
207+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 h1:zWWrB1U6nqhS/k6zYB74CjRpuiitRtLLi68VcgmOEto=
208+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0/go.mod h1:2qXPNBX1OVRC0IwOnfo1ljoid+RD0QK3443EaqVlsOU=
209209
go.opentelemetry.io/otel/metric v1.43.0 h1:d7638QeInOnuwOONPp4JAOGfbCEpYb+K6DVWvdxGzgM=
210210
go.opentelemetry.io/otel/metric v1.43.0/go.mod h1:RDnPtIxvqlgO8GRW18W6Z/4P462ldprJtfxHxyKd2PY=
211211
go.opentelemetry.io/otel/sdk v1.43.0 h1:pi5mE86i5rTeLXqoF/hhiBtUNcrAGHLKQdhg4h4V9Dg=
@@ -271,14 +271,14 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
271271
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
272272
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
273273
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
274-
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
275-
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
276-
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 h1:JLQynH/LBHfCTSbDWl+py8C+Rg/k1OVH3xfcaiANuF0=
277-
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57/go.mod h1:kSJwQxqmFXeo79zOmbrALdflXQeAYcUbgS7PbpMknCY=
274+
gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4=
275+
gonum.org/v1/gonum v0.17.0/go.mod h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E=
276+
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 h1:tu/dtnW1o3wfaxCOjSLn5IRX4YDcJrtlpzYkhHhGaC4=
277+
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171/go.mod h1:M5krXqk4GhBKvB596udGL3UyjL4I1+cTbK0orROM9ng=
278278
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 h1:ndE4FoJqsIceKP2oYSnUZqhTdYufCYYkqwtFzfrhI7w=
279279
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
280-
google.golang.org/grpc v1.79.3 h1:sybAEdRIEtvcD68Gx7dmnwjZKlyfuc61Dyo9pGXXkKE=
281-
google.golang.org/grpc v1.79.3/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
280+
google.golang.org/grpc v1.80.0 h1:Xr6m2WmWZLETvUNvIUmeD5OAagMw3FiKmMlTdViWsHM=
281+
google.golang.org/grpc v1.80.0/go.mod h1:ho/dLnxwi3EDJA4Zghp7k2Ec1+c2jqup0bFkw07bwF4=
282282
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
283283
google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
284284
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)