Skip to content

Commit 3d7a07f

Browse files
build(deps): bump github.com/moby/buildkit from 0.11.4 to 0.12.5
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.11.4 to 0.12.5. - [Release notes](https://github.com/moby/buildkit/releases) - [Commits](moby/buildkit@v0.11.4...v0.12.5) --- updated-dependencies: - dependency-name: github.com/moby/buildkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c949f6 commit 3d7a07f

File tree

2 files changed

+155
-190
lines changed

2 files changed

+155
-190
lines changed

go.mod

+50-44
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,32 @@ replace istio.io/api => github.com/dubbo-go-pixiu/operator-api v0.0.0-2023052102
1313
replace istio.io/client-go => github.com/dubbo-go-pixiu/operator-client-go v1.14.6-0.20230521064746-0907a7fb8042
1414

1515
require (
16-
cloud.google.com/go/compute v1.6.0
17-
cloud.google.com/go/security v1.3.0
16+
cloud.google.com/go/compute/metadata v0.2.3
17+
cloud.google.com/go/security v1.12.0
1818
contrib.go.opencensus.io/exporter/prometheus v0.4.1
1919
dubbo.apache.org/dubbo-go/v3 v3.0.2-0.20220519062747-f6405fa79d5c
20-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20220408101031-f1761e18c0c6
20+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
2121
github.com/Masterminds/sprig/v3 v3.2.2
2222
github.com/MicahParks/keyfunc v1.0.0
2323
github.com/Shopify/sarama v1.19.0
2424
github.com/alibaba/sentinel-golang v1.0.4
2525
github.com/apache/dubbo-getty v1.4.8
2626
github.com/apache/dubbo-go-hessian2 v1.11.3
2727
github.com/cch123/supermonkey v1.0.1
28-
github.com/cenkalti/backoff/v4 v4.1.3
29-
github.com/census-instrumentation/opencensus-proto v0.3.0
28+
github.com/cenkalti/backoff/v4 v4.2.0
29+
github.com/census-instrumentation/opencensus-proto v0.4.1
3030
github.com/cheggaaa/pb/v3 v3.0.8
31-
github.com/cncf/xds/go v0.0.0-20220330162227-eded343319d0
31+
github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b
3232
github.com/coreos/go-oidc/v3 v3.1.0
3333
github.com/creasty/defaults v1.5.2
3434
github.com/davecgh/go-spew v1.1.1
35-
github.com/docker/cli v23.0.0-rc.1+incompatible
35+
github.com/docker/cli v24.0.4+incompatible
3636
github.com/dubbo-go-pixiu/pixiu-api v0.1.6-0.20220612115254-d9a176b25b99
3737
github.com/dubbogo/go-zookeeper v1.0.4-0.20211212162352-f9d2183d89d5
3838
github.com/dubbogo/gost v1.13.3-0.20221216065235-4c45e166b5a0
3939
github.com/dubbogo/grpc-go v1.42.9
4040
github.com/dubbogo/triple v1.1.8
41-
github.com/envoyproxy/go-control-plane v0.10.2-0.20220428052930-ec95b9f870a8
41+
github.com/envoyproxy/go-control-plane v0.10.3
4242
github.com/evanphx/json-patch/v5 v5.6.0
4343
github.com/fatih/color v1.13.0
4444
github.com/felixge/fgprof v0.9.2
@@ -52,7 +52,7 @@ require (
5252
github.com/goinggo/mapstructure v0.0.0-20140717182941-194205d9b4a9
5353
github.com/golang-jwt/jwt/v4 v4.4.2
5454
github.com/golang/mock v1.6.0
55-
github.com/golang/protobuf v1.5.2
55+
github.com/golang/protobuf v1.5.3
5656
github.com/google/cel-go v0.12.5
5757
github.com/google/go-cmp v0.5.9
5858
github.com/google/go-containerregistry v0.8.0
@@ -77,7 +77,7 @@ require (
7777
github.com/mitchellh/copystructure v1.2.0
7878
github.com/mitchellh/go-homedir v1.1.0
7979
github.com/mitchellh/mapstructure v1.5.0
80-
github.com/moby/buildkit v0.11.4
80+
github.com/moby/buildkit v0.12.5
8181
github.com/nacos-group/nacos-sdk-go v1.1.3
8282
github.com/onsi/gomega v1.20.1
8383
github.com/openshift/api v0.0.0-20200713203337-b2494ecb17dd
@@ -86,7 +86,7 @@ require (
8686
github.com/pmezard/go-difflib v1.0.0
8787
github.com/prometheus/client_golang v1.14.0
8888
github.com/prometheus/client_model v0.3.0
89-
github.com/prometheus/common v0.37.0
89+
github.com/prometheus/common v0.42.0
9090
github.com/prometheus/prometheus v2.5.0+incompatible
9191
github.com/ryanuber/go-glob v1.0.0
9292
github.com/spf13/cast v1.5.0
@@ -97,30 +97,30 @@ require (
9797
github.com/vishvananda/netlink v1.2.0-beta
9898
github.com/yl2chen/cidranger v1.0.2
9999
go.etcd.io/etcd/api/v3 v3.5.5
100-
go.opencensus.io v0.23.0
101-
go.opentelemetry.io/otel v1.10.0
102-
go.opentelemetry.io/otel/exporters/jaeger v1.10.0
103-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0
104-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.10.0
100+
go.opencensus.io v0.24.0
101+
go.opentelemetry.io/otel v1.14.0
102+
go.opentelemetry.io/otel/exporters/jaeger v1.14.0
103+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0
104+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0
105105
go.opentelemetry.io/otel/exporters/prometheus v0.32.1
106-
go.opentelemetry.io/otel/metric v0.32.1
107-
go.opentelemetry.io/otel/sdk v1.10.0
106+
go.opentelemetry.io/otel/metric v0.37.0
107+
go.opentelemetry.io/otel/sdk v1.14.0
108108
go.opentelemetry.io/otel/sdk/metric v0.32.1
109-
go.opentelemetry.io/otel/trace v1.10.0
109+
go.opentelemetry.io/otel/trace v1.14.0
110110
go.opentelemetry.io/proto/otlp v0.19.0
111111
go.uber.org/atomic v1.9.0
112112
go.uber.org/zap v1.21.0
113113
golang.org/x/crypto v0.17.0
114114
golang.org/x/net v0.17.0
115-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
115+
golang.org/x/oauth2 v0.5.0
116116
golang.org/x/sync v0.1.0
117117
golang.org/x/sys v0.15.0
118-
golang.org/x/time v0.1.0
118+
golang.org/x/time v0.3.0
119119
gomodules.xyz/jsonpatch/v3 v3.0.1
120-
google.golang.org/api v0.74.0
121-
google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
122-
google.golang.org/grpc v1.50.1
123-
google.golang.org/protobuf v1.28.1
120+
google.golang.org/api v0.110.0
121+
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
122+
google.golang.org/grpc v1.53.0
123+
google.golang.org/protobuf v1.30.0
124124
gopkg.in/square/go-jose.v2 v2.6.0
125125
gopkg.in/yaml.v2 v2.4.0
126126
gopkg.in/yaml.v3 v3.0.1
@@ -146,8 +146,13 @@ require (
146146
)
147147

148148
require (
149-
cloud.google.com/go v0.101.0 // indirect
150-
cloud.google.com/go/logging v1.5.0-jsonlog-preview // indirect
149+
cloud.google.com/go v0.110.0 // indirect
150+
cloud.google.com/go/compute v1.18.0 // indirect
151+
cloud.google.com/go/iam v0.12.0 // indirect
152+
cloud.google.com/go/logging v1.7.0 // indirect
153+
cloud.google.com/go/longrunning v0.4.1 // indirect
154+
cloud.google.com/go/monitoring v1.12.0 // indirect
155+
cloud.google.com/go/trace v1.8.0 // indirect
151156
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
152157
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
153158
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
@@ -172,16 +177,16 @@ require (
172177
github.com/blang/semver/v4 v4.0.0 // indirect
173178
github.com/buger/jsonparser v1.1.1 // indirect
174179
github.com/cespare/xxhash v1.1.0 // indirect
175-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
180+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
176181
github.com/chai2010/gettext-go v1.0.2 // indirect
177182
github.com/cheekybits/genny v1.0.0 // indirect
178-
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
179-
github.com/containerd/stargz-snapshotter/estargz v0.13.0 // indirect
180-
github.com/containerd/typeurl v1.0.2 // indirect
183+
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
184+
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
185+
github.com/containerd/typeurl/v2 v2.1.1 // indirect
181186
github.com/coreos/go-semver v0.3.0 // indirect
182-
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
187+
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
183188
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
184-
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
189+
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
185190
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
186191
github.com/docker/distribution v2.8.2+incompatible // indirect
187192
github.com/docker/docker v24.0.7+incompatible // indirect
@@ -190,7 +195,7 @@ require (
190195
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
191196
github.com/eapache/queue v1.1.0 // indirect
192197
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
193-
github.com/envoyproxy/protoc-gen-validate v0.6.7 // indirect
198+
github.com/envoyproxy/protoc-gen-validate v0.9.1 // indirect
194199
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
195200
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
196201
github.com/fatih/camelcase v1.0.0 // indirect
@@ -214,9 +219,10 @@ require (
214219
github.com/google/btree v1.0.1 // indirect
215220
github.com/google/gnostic v0.5.7-v3refs // indirect
216221
github.com/google/pprof v0.0.0-20220729232143-a41b82acbcb1 // indirect
217-
github.com/googleapis/gax-go/v2 v2.3.0 // indirect
222+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
223+
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
218224
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
219-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0 // indirect
225+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
220226
github.com/hashicorp/errwrap v1.1.0 // indirect
221227
github.com/hashicorp/hcl v1.0.0 // indirect
222228
github.com/huandu/xstrings v1.3.2 // indirect
@@ -228,7 +234,7 @@ require (
228234
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
229235
github.com/json-iterator/go v1.1.12 // indirect
230236
github.com/k0kubun/pp v3.0.1+incompatible // indirect
231-
github.com/klauspost/compress v1.15.12 // indirect
237+
github.com/klauspost/compress v1.17.2 // indirect
232238
github.com/knadh/koanf v1.4.1 // indirect
233239
github.com/kr/text v0.2.0 // indirect
234240
github.com/leodido/go-urn v1.2.1 // indirect
@@ -263,14 +269,14 @@ require (
263269
github.com/nxadm/tail v1.4.8 // indirect
264270
github.com/onsi/ginkgo v1.16.5 // indirect
265271
github.com/opencontainers/go-digest v1.0.0 // indirect
266-
github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1 // indirect
272+
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
267273
github.com/opentracing/opentracing-go v1.2.0 // indirect
268274
github.com/pelletier/go-toml v1.9.5 // indirect
269275
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
270276
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
271277
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
272278
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
273-
github.com/prometheus/procfs v0.8.0 // indirect
279+
github.com/prometheus/procfs v0.9.0 // indirect
274280
github.com/prometheus/prom2json v1.3.1 // indirect
275281
github.com/prometheus/statsd_exporter v0.21.0 // indirect
276282
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
@@ -283,7 +289,7 @@ require (
283289
github.com/shopspring/decimal v1.2.0 // indirect
284290
github.com/sirupsen/logrus v1.9.0 // indirect
285291
github.com/spaolacci/murmur3 v1.1.0 // indirect
286-
github.com/spf13/afero v1.8.2 // indirect
292+
github.com/spf13/afero v1.9.2 // indirect
287293
github.com/spf13/jwalterweatherman v1.1.0 // indirect
288294
github.com/stoewer/go-strcase v1.2.0 // indirect
289295
github.com/subosito/gotenv v1.3.0 // indirect
@@ -303,15 +309,15 @@ require (
303309
go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
304310
go.etcd.io/etcd/client/v3 v3.5.5 // indirect
305311
go.etcd.io/etcd/server/v3 v3.5.5 // indirect
306-
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
307-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.7.0 // indirect
312+
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
308313
go.starlark.net v0.0.0-20211013185944-b0039bd2cfe3 // indirect
314+
go.uber.org/goleak v1.2.1 // indirect
309315
go.uber.org/multierr v1.8.0 // indirect
310316
golang.org/x/arch v0.0.0-20200826200359-b19915210f00 // indirect
311-
golang.org/x/mod v0.8.0 // indirect
317+
golang.org/x/mod v0.9.0 // indirect
312318
golang.org/x/term v0.15.0 // indirect
313319
golang.org/x/text v0.14.0 // indirect
314-
golang.org/x/tools v0.6.0 // indirect
320+
golang.org/x/tools v0.7.0 // indirect
315321
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
316322
gomodules.xyz/orderedmap v0.1.0 // indirect
317323
google.golang.org/appengine v1.6.7 // indirect

0 commit comments

Comments
 (0)