Skip to content

Commit 51cddd9

Browse files
chore(deps): Bump github.com/lxc/incus/v6 from 6.6.0 to 6.9.0 (#16445)
1 parent 9776fe1 commit 51cddd9

File tree

3 files changed

+102
-102
lines changed

3 files changed

+102
-102
lines changed

docs/LICENSE_OF_DEPENDENCIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ following works:
399399
- github.com/zeebo/xxh3 [BSD 2-Clause "Simplified" License](https://github.com/zeebo/xxh3/blob/master/LICENSE)
400400
- go.mongodb.org/mongo-driver [Apache License 2.0](https://github.com/mongodb/mongo-go-driver/blob/master/LICENSE)
401401
- go.opencensus.io [Apache License 2.0](https://github.com/census-instrumentation/opencensus-go/blob/master/LICENSE)
402+
- go.opentelemetry.io/auto/sdk [Apache License 2.0](https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/main/sdk/LICENSE)
402403
- go.opentelemetry.io/collector/consumer [Apache License 2.0](https://github.com/open-telemetry/opentelemetry-collector/blob/main/LICENSE)
403404
- go.opentelemetry.io/collector/pdata [Apache License 2.0](https://github.com/open-telemetry/opentelemetry-collector/blob/main/LICENSE)
404405
- go.opentelemetry.io/collector/semconv [Apache License 2.0](https://github.com/open-telemetry/opentelemetry-collector/blob/main/LICENSE)
@@ -434,7 +435,6 @@ following works:
434435
- google.golang.org/genproto/googleapis/api [Apache License 2.0](https://pkg.go.dev/google.golang.org/genproto/googleapis/api?tab=licenses)
435436
- google.golang.org/genproto/googleapis/rpc [Apache License 2.0](https://pkg.go.dev/google.golang.org/genproto/googleapis/rpc?tab=licenses)
436437
- google.golang.org/grpc [Apache License 2.0](https://github.com/grpc/grpc-go/blob/master/LICENSE)
437-
- google.golang.org/grpc/stats/opentelemetry [Apache License 2.0](https://github.com/grpc/grpc-go/blob/master/LICENSE)
438438
- google.golang.org/protobuf [BSD 3-Clause "New" or "Revised" License](https://pkg.go.dev/google.golang.org/protobuf?tab=licenses)
439439
- gopkg.in/evanphx/json-patch.v4 [BSD 3-Clause "New" or "Revised" License](https://github.com/evanphx/json-patch/blob/master/LICENSE)
440440
- gopkg.in/fatih/pool.v2 [MIT License](https://github.com/fatih/pool/blob/v2.0.0/LICENSE)

go.mod

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require (
7070
github.com/coreos/go-systemd/v22 v22.5.0
7171
github.com/couchbase/go-couchbase v0.1.1
7272
github.com/datadope-io/go-zabbix/v2 v2.0.1
73-
github.com/digitalocean/go-libvirt v0.0.0-20240916165608-bff44a349d9d
73+
github.com/digitalocean/go-libvirt v0.0.0-20241216201552-9fbdb61a21af
7474
github.com/dimchansky/utfbom v1.1.1
7575
github.com/djherbis/times v1.6.0
7676
github.com/docker/docker v27.3.1+incompatible
@@ -130,13 +130,13 @@ require (
130130
github.com/jmespath/go-jmespath v0.4.0
131131
github.com/karrick/godirwalk v1.16.2
132132
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
133-
github.com/klauspost/compress v1.17.10
133+
github.com/klauspost/compress v1.17.11
134134
github.com/klauspost/pgzip v1.2.6
135135
github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b
136136
github.com/leodido/go-syslog/v4 v4.1.0
137137
github.com/linkedin/goavro/v2 v2.13.0
138138
github.com/logzio/azure-monitor-metrics-receiver v1.1.0
139-
github.com/lxc/incus/v6 v6.6.0
139+
github.com/lxc/incus/v6 v6.9.0
140140
github.com/mdlayher/apcupsd v0.0.0-20220319200143-473c7b5f3c6a
141141
github.com/mdlayher/vsock v1.2.1
142142
github.com/microsoft/ApplicationInsights-Go v0.4.4
@@ -208,24 +208,24 @@ require (
208208
go.mongodb.org/mongo-driver v1.17.0
209209
go.opentelemetry.io/collector/pdata v1.12.0
210210
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0
211-
go.opentelemetry.io/otel/sdk/metric v1.29.0
211+
go.opentelemetry.io/otel/sdk/metric v1.32.0
212212
go.opentelemetry.io/proto/otlp v1.3.1
213-
go.starlark.net v0.0.0-20240925182052-1207426daebd
213+
go.starlark.net v0.0.0-20241226192728-8dfa5b98479f
214214
go.step.sm/crypto v0.54.0
215215
golang.org/x/crypto v0.32.0
216-
golang.org/x/mod v0.21.0
216+
golang.org/x/mod v0.22.0
217217
golang.org/x/net v0.34.0
218-
golang.org/x/oauth2 v0.24.0
218+
golang.org/x/oauth2 v0.25.0
219219
golang.org/x/sync v0.10.0
220220
golang.org/x/sys v0.29.0
221221
golang.org/x/term v0.28.0
222222
golang.org/x/text v0.21.0
223223
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211230205640-daad0b7ba671
224224
gonum.org/v1/gonum v0.15.1
225225
google.golang.org/api v0.214.0
226-
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
227-
google.golang.org/grpc v1.68.0
228-
google.golang.org/protobuf v1.36.1
226+
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a
227+
google.golang.org/grpc v1.70.0
228+
google.golang.org/protobuf v1.36.3
229229
gopkg.in/gorethink/gorethink.v3 v3.0.5
230230
gopkg.in/olivere/elastic.v5 v5.0.86
231231
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
@@ -314,7 +314,7 @@ require (
314314
github.com/couchbase/gomemcached v0.1.3 // indirect
315315
github.com/couchbase/goutils v0.1.0 // indirect
316316
github.com/cpuguy83/dockercfg v0.3.2 // indirect
317-
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
317+
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
318318
github.com/danieljoos/wincred v1.2.0 // indirect
319319
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
320320
github.com/devigned/tab v0.1.1 // indirect
@@ -328,13 +328,13 @@ require (
328328
github.com/ebitengine/purego v0.8.1 // indirect
329329
github.com/echlebek/timeproxy v1.0.0 // indirect
330330
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
331-
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
331+
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
332332
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
333333
github.com/felixge/httpsnoop v1.0.4 // indirect
334334
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
335335
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
336336
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
337-
github.com/go-chi/chi/v5 v5.1.0 // indirect
337+
github.com/go-chi/chi/v5 v5.2.0 // indirect
338338
github.com/go-darwin/apfs v0.0.0-20211011131704-f84b94dbf348 // indirect
339339
github.com/go-git/go-billy/v5 v5.5.0 // indirect
340340
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
@@ -346,7 +346,7 @@ require (
346346
github.com/go-stack/stack v1.8.1 // indirect
347347
github.com/goburrow/modbus v0.1.0 // indirect
348348
github.com/goburrow/serial v0.1.1-0.20211022031912-bfb69110f8dd // indirect
349-
github.com/goccy/go-json v0.10.3 // indirect
349+
github.com/goccy/go-json v0.10.4 // indirect
350350
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
351351
github.com/godbus/dbus/v5 v5.1.0 // indirect
352352
github.com/gofrs/uuid v4.4.0+incompatible // indirect
@@ -399,14 +399,14 @@ require (
399399
github.com/json-iterator/go v1.1.12 // indirect
400400
github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004 // indirect
401401
github.com/klauspost/asmfmt v1.3.2 // indirect
402-
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
402+
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
403403
github.com/kr/fs v0.1.0 // indirect
404404
github.com/kylelemons/godebug v1.1.0 // indirect
405405
github.com/leodido/ragel-machinery v0.0.0-20190525184631-5f46317e436b // indirect
406406
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // indirect
407-
github.com/magiconair/properties v1.8.7 // indirect
407+
github.com/magiconair/properties v1.8.9 // indirect
408408
github.com/mailru/easyjson v0.7.7 // indirect
409-
github.com/mattn/go-colorable v0.1.13 // indirect
409+
github.com/mattn/go-colorable v0.1.14 // indirect
410410
github.com/mattn/go-ieproxy v0.0.11 // indirect
411411
github.com/mattn/go-isatty v0.0.20 // indirect
412412
github.com/mattn/go-runewidth v0.0.16 // indirect
@@ -444,12 +444,12 @@ require (
444444
github.com/opencontainers/image-spec v1.1.0 // indirect
445445
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect
446446
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
447-
github.com/pierrec/lz4/v4 v4.1.21 // indirect
447+
github.com/pierrec/lz4/v4 v4.1.22 // indirect
448448
github.com/pion/logging v0.2.2 // indirect
449449
github.com/pion/transport/v2 v2.2.4 // indirect
450450
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
451451
github.com/pkg/errors v0.9.1 // indirect
452-
github.com/pkg/sftp v1.13.6 // indirect
452+
github.com/pkg/sftp v1.13.7 // indirect
453453
github.com/pkg/xattr v0.4.10 // indirect
454454
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
455455
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -469,7 +469,7 @@ require (
469469
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3 // indirect
470470
github.com/signalfx/gohistogram v0.0.0-20160107210732-1ccfd2ff5083 // indirect
471471
github.com/signalfx/sapm-proto v0.12.0 // indirect
472-
github.com/spf13/cast v1.7.0 // indirect
472+
github.com/spf13/cast v1.7.1 // indirect
473473
github.com/spf13/pflag v1.0.5 // indirect
474474
github.com/stoewer/go-strcase v1.3.0 // indirect
475475
github.com/stretchr/objx v0.5.2 // indirect
@@ -493,30 +493,30 @@ require (
493493
github.com/zeebo/assert v1.3.1 // indirect
494494
github.com/zeebo/xxh3 v1.0.2 // indirect
495495
github.com/zitadel/logging v0.6.1 // indirect
496-
github.com/zitadel/oidc/v3 v3.30.0 // indirect
496+
github.com/zitadel/oidc/v3 v3.34.1 // indirect
497497
github.com/zitadel/schema v1.3.0 // indirect
498498
go.etcd.io/etcd/api/v3 v3.5.4 // indirect
499499
go.opencensus.io v0.24.0 // indirect
500+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
500501
go.opentelemetry.io/collector/consumer v0.101.0 // indirect
501502
go.opentelemetry.io/collector/semconv v0.105.0 // indirect
502-
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
503+
go.opentelemetry.io/contrib/detectors/gcp v1.32.0 // indirect
503504
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
504505
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
505-
go.opentelemetry.io/otel v1.30.0 // indirect
506-
go.opentelemetry.io/otel/metric v1.30.0 // indirect
507-
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
508-
go.opentelemetry.io/otel/trace v1.30.0 // indirect
506+
go.opentelemetry.io/otel v1.34.0 // indirect
507+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
508+
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
509+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
509510
go.uber.org/atomic v1.11.0 // indirect
510511
go.uber.org/multierr v1.11.0 // indirect
511512
go.uber.org/zap v1.27.0 // indirect
512-
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
513+
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
513514
golang.org/x/time v0.8.0 // indirect
514-
golang.org/x/tools v0.26.0 // indirect
515+
golang.org/x/tools v0.29.0 // indirect
515516
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
516517
golang.zx2c4.com/wireguard v0.0.0-20211209221555-9c9e7e272434 // indirect
517518
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
518-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
519-
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
519+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250122153221-138b5a5a4fd4 // indirect
520520
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
521521
gopkg.in/fatih/pool.v2 v2.0.0 // indirect
522522
gopkg.in/fsnotify.v1 v1.4.7 // indirect
@@ -528,7 +528,7 @@ require (
528528
honnef.co/go/tools v0.2.2 // indirect
529529
k8s.io/klog/v2 v2.130.1 // indirect
530530
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
531-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
531+
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
532532
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
533533
modernc.org/libc v1.55.3 // indirect
534534
modernc.org/mathutil v1.6.0 // indirect

0 commit comments

Comments
 (0)