Skip to content

Commit 151088e

Browse files
fix(deps): update module golang.org/x/crypto to v0.45.0 [security]
| datasource | package | from | to | | ---------- | ------------------- | ------- | ------- | | go | golang.org/x/crypto | v0.43.0 | v0.45.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 51107ca commit 151088e

File tree

2 files changed

+20
-60
lines changed

2 files changed

+20
-60
lines changed

go.mod

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -287,14 +287,14 @@ require (
287287
go.uber.org/goleak v1.3.0
288288
go.uber.org/multierr v1.11.0
289289
go.uber.org/zap v1.27.0
290-
golang.org/x/crypto v0.43.0
290+
golang.org/x/crypto v0.45.0
291291
golang.org/x/crypto/x509roots/fallback v0.0.0-20240208163226-62c9f1799c91
292292
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
293-
golang.org/x/net v0.46.0
293+
golang.org/x/net v0.47.0
294294
golang.org/x/oauth2 v0.32.0
295-
golang.org/x/sync v0.17.0
296-
golang.org/x/sys v0.37.0
297-
golang.org/x/text v0.30.0
295+
golang.org/x/sync v0.18.0
296+
golang.org/x/sys v0.38.0
297+
golang.org/x/text v0.31.0
298298
golang.org/x/time v0.14.0
299299
golang.org/x/tools v0.38.0
300300
google.golang.org/api v0.254.0
@@ -456,7 +456,6 @@ require (
456456
github.com/ProtonMail/go-crypto v1.1.6 // indirect
457457
github.com/Shopify/sarama v1.38.1 // indirect
458458
github.com/Showmax/go-fqdn v1.0.0 // indirect
459-
github.com/Workiva/go-datastructures v1.1.6 // indirect
460459
github.com/alecthomas/participle/v2 v2.1.4 // indirect
461460
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
462461
github.com/andybalholm/brotli v1.2.0 // indirect
@@ -499,14 +498,11 @@ require (
499498
github.com/aws/aws-sdk-go-v2/service/storagegateway v1.34.8 // indirect
500499
github.com/aws/aws-sdk-go-v2/service/sts v1.38.9 // indirect
501500
github.com/aws/smithy-go v1.23.1 // indirect
502-
github.com/axiomhq/hyperloglog v0.2.5 // indirect
503501
github.com/bahlo/generic-list-go v0.2.0 // indirect
504502
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
505503
github.com/beevik/ntp v1.3.0 // indirect
506504
github.com/benbjohnson/clock v1.3.5 // indirect
507505
github.com/beorn7/perks v1.0.1 // indirect
508-
github.com/bits-and-blooms/bitset v1.22.0 // indirect
509-
github.com/bits-and-blooms/bloom/v3 v3.7.0 // indirect
510506
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
511507
github.com/caarlos0/env/v9 v9.0.0
512508
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -539,7 +535,6 @@ require (
539535
github.com/dennwc/ioctl v1.0.0 // indirect
540536
github.com/dennwc/varint v1.0.0 // indirect
541537
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba // indirect
542-
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
543538
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
544539
github.com/digitalocean/godo v1.165.1 // indirect
545540
github.com/distribution/reference v0.6.0 // indirect
@@ -627,7 +622,6 @@ require (
627622
github.com/grafana/jvmtools v0.0.3 // indirect
628623
github.com/grafana/otel-profiling-go v0.5.1 // indirect
629624
github.com/grobie/gomemcache v0.0.0-20230213081705-239240bbc445 // indirect
630-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
631625
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
632626
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
633627
github.com/hashicorp/cronexpr v1.1.3 // indirect
@@ -667,7 +661,6 @@ require (
667661
github.com/influxdata/influxdb-observability/influx2otel v0.5.12 // indirect
668662
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
669663
github.com/influxdata/line-protocol/v2 v2.2.1 // indirect
670-
github.com/influxdata/tdigest v0.0.2-0.20210216194612-fc98d27c9e8b // indirect
671664
github.com/ionos-cloud/sdk-go/v6 v6.3.4 // indirect
672665
github.com/itchyny/timefmt-go v0.1.7 // indirect
673666
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
@@ -691,8 +684,6 @@ require (
691684
github.com/joyent/triton-go v1.8.5 // indirect
692685
github.com/jpillora/backoff v1.0.0 // indirect
693686
github.com/jsimonetti/rtnetlink v1.4.2 // indirect
694-
github.com/julienschmidt/httprouter v1.3.0 // indirect
695-
github.com/kamstrup/intmap v0.5.1 // indirect
696687
github.com/karrick/godirwalk v1.17.0 // indirect
697688
github.com/kevinburke/ssh_config v1.2.0 // indirect
698689
github.com/klauspost/asmfmt v1.3.2 // indirect
@@ -954,7 +945,7 @@ require (
954945
golang.design/x/chann v0.1.2 // indirect
955946
golang.org/x/arch v0.22.0 // indirect
956947
golang.org/x/mod v0.29.0 // indirect
957-
golang.org/x/term v0.36.0 // indirect
948+
golang.org/x/term v0.37.0 // indirect
958949
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
959950
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
960951
gonum.org/v1/gonum v0.16.0 // indirect
@@ -975,6 +966,8 @@ require (
975966
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
976967
)
977968

969+
require github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awss3receiver v0.139.0
970+
978971
require (
979972
cyphar.com/go-pathrs v0.2.1 // indirect
980973
github.com/DataDog/datadog-agent/comp/api/api/def v0.73.0-devel.0.20251030121902-cd89eab046d6 // indirect
@@ -1008,7 +1001,6 @@ require (
10081001
github.com/mitchellh/hashstructure v1.1.0 // indirect
10091002
github.com/open-telemetry/opamp-go v0.22.0 // indirect
10101003
github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages v0.139.0 // indirect
1011-
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awss3receiver v0.139.0 // indirect
10121004
github.com/twmb/franz-go/pkg/kadm v1.17.1 // indirect
10131005
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
10141006
)

0 commit comments

Comments
 (0)