Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 8 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,14 @@ require (
go.uber.org/goleak v1.3.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.43.0
golang.org/x/crypto v0.45.0
golang.org/x/crypto/x509roots/fallback v0.0.0-20240208163226-62c9f1799c91
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
golang.org/x/net v0.46.0
golang.org/x/net v0.47.0
golang.org/x/oauth2 v0.32.0
golang.org/x/sync v0.17.0
golang.org/x/sys v0.37.0
golang.org/x/text v0.30.0
golang.org/x/sync v0.18.0
golang.org/x/sys v0.38.0
golang.org/x/text v0.31.0
golang.org/x/time v0.14.0
golang.org/x/tools v0.38.0
google.golang.org/api v0.254.0
Expand Down Expand Up @@ -456,7 +456,6 @@ require (
github.com/ProtonMail/go-crypto v1.1.6 // indirect
github.com/Shopify/sarama v1.38.1 // indirect
github.com/Showmax/go-fqdn v1.0.0 // indirect
github.com/Workiva/go-datastructures v1.1.6 // indirect
github.com/alecthomas/participle/v2 v2.1.4 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/andybalholm/brotli v1.2.0 // indirect
Expand Down Expand Up @@ -499,14 +498,11 @@ require (
github.com/aws/aws-sdk-go-v2/service/storagegateway v1.34.8 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.38.9 // indirect
github.com/aws/smithy-go v1.23.1 // indirect
github.com/axiomhq/hyperloglog v0.2.5 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
github.com/beevik/ntp v1.3.0 // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bits-and-blooms/bitset v1.22.0 // indirect
github.com/bits-and-blooms/bloom/v3 v3.7.0 // indirect
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
github.com/caarlos0/env/v9 v9.0.0
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
Expand Down Expand Up @@ -539,7 +535,6 @@ require (
github.com/dennwc/ioctl v1.0.0 // indirect
github.com/dennwc/varint v1.0.0 // indirect
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba // indirect
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/digitalocean/godo v1.165.1 // indirect
github.com/distribution/reference v0.6.0 // indirect
Expand Down Expand Up @@ -627,7 +622,6 @@ require (
github.com/grafana/jvmtools v0.0.3 // indirect
github.com/grafana/otel-profiling-go v0.5.1 // indirect
github.com/grobie/gomemcache v0.0.0-20230213081705-239240bbc445 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/hashicorp/cronexpr v1.1.3 // indirect
Expand Down Expand Up @@ -667,7 +661,6 @@ require (
github.com/influxdata/influxdb-observability/influx2otel v0.5.12 // indirect
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
github.com/influxdata/line-protocol/v2 v2.2.1 // indirect
github.com/influxdata/tdigest v0.0.2-0.20210216194612-fc98d27c9e8b // indirect
github.com/ionos-cloud/sdk-go/v6 v6.3.4 // indirect
github.com/itchyny/timefmt-go v0.1.7 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
Expand All @@ -691,8 +684,6 @@ require (
github.com/joyent/triton-go v1.8.5 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/jsimonetti/rtnetlink v1.4.2 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/kamstrup/intmap v0.5.1 // indirect
github.com/karrick/godirwalk v1.17.0 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/asmfmt v1.3.2 // indirect
Expand Down Expand Up @@ -954,7 +945,7 @@ require (
golang.design/x/chann v0.1.2 // indirect
golang.org/x/arch v0.22.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/term v0.36.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
gonum.org/v1/gonum v0.16.0 // indirect
Expand All @@ -975,6 +966,8 @@ require (
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
)

require github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awss3receiver v0.139.0

require (
cyphar.com/go-pathrs v0.2.1 // indirect
github.com/DataDog/datadog-agent/comp/api/api/def v0.73.0-devel.0.20251030121902-cd89eab046d6 // indirect
Expand Down Expand Up @@ -1008,7 +1001,6 @@ require (
github.com/mitchellh/hashstructure v1.1.0 // indirect
github.com/open-telemetry/opamp-go v0.22.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages v0.139.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awss3receiver v0.139.0 // indirect
github.com/twmb/franz-go/pkg/kadm v1.17.1 // indirect
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
)
Expand Down
Loading
Loading