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
41 changes: 21 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/elastic/beats/v7

go 1.24.13
go 1.25.0

require (
cloud.google.com/go/bigquery v1.69.0
cloud.google.com/go/monitoring v1.24.2
cloud.google.com/go/pubsub v1.49.0
cloud.google.com/go/bigquery v1.74.0
cloud.google.com/go/monitoring v1.24.3
cloud.google.com/go/pubsub v1.50.1
code.cloudfoundry.org/go-diodes v0.0.0-20190809170250-f77fb823c7ee // indirect
code.cloudfoundry.org/go-loggregator v7.4.0+incompatible
code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a // indirect
Expand Down Expand Up @@ -130,8 +130,8 @@ require (
golang.org/x/text v0.33.0
golang.org/x/time v0.14.0
golang.org/x/tools v0.40.0
google.golang.org/api v0.257.0
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
google.golang.org/api v0.265.0
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
google.golang.org/grpc v1.78.0
google.golang.org/protobuf v1.36.11
gopkg.in/inf.v0 v0.9.1
Expand All @@ -145,9 +145,9 @@ require (
)

require (
cloud.google.com/go v0.121.0
cloud.google.com/go/compute v1.38.0
cloud.google.com/go/redis v1.18.2
cloud.google.com/go v0.123.0
cloud.google.com/go/compute v1.54.0
cloud.google.com/go/redis v1.18.3
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs v1.3.1
Expand Down Expand Up @@ -189,7 +189,7 @@ require (
github.com/gofrs/uuid/v5 v5.3.2
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/google/cel-go v0.25.0
github.com/googleapis/gax-go/v2 v2.15.0
github.com/googleapis/gax-go/v2 v2.17.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
github.com/hashicorp/golang-lru/v2 v2.0.7
Expand Down Expand Up @@ -225,7 +225,7 @@ require (
go.opentelemetry.io/collector/receiver v1.51.0
go.uber.org/mock v0.5.0
golang.org/x/term v0.39.0
google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b
google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
)
Expand Down Expand Up @@ -274,11 +274,12 @@ require (
al.essio.dev/pkg/shellescape v1.5.1 // indirect
aqwari.net/xml v0.0.0-20210331023308-d9421b293817 // indirect
cel.dev/expr v0.24.0 // indirect
cloud.google.com/go/auth v0.17.0 // indirect
cloud.google.com/go/auth v0.18.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
cloud.google.com/go/compute/metadata v0.9.0 // indirect
cloud.google.com/go/iam v1.5.2 // indirect
cloud.google.com/go/longrunning v0.6.7 // indirect
cloud.google.com/go/iam v1.5.3 // indirect
cloud.google.com/go/longrunning v0.8.0 // indirect
cloud.google.com/go/pubsub/v2 v2.0.0 // indirect
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
filippo.io/edwards25519 v1.1.1 // indirect
github.com/Azure/azure-amqp-common-go/v4 v4.2.0 // indirect
Expand All @@ -295,8 +296,8 @@ require (
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 // indirect
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 // indirect
github.com/VictoriaMetrics/easyproto v0.1.4 // indirect
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
github.com/andybalholm/brotli v1.2.0 // indirect
Expand Down Expand Up @@ -381,7 +382,7 @@ require (
github.com/google/licenseclassifier v0.0.0-20221004142553-c1ed8fcf4bab // indirect
github.com/google/s2a-go v0.1.9 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.11 // indirect
github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.4 // indirect
github.com/hashicorp/cronexpr v1.1.3 // indirect
Expand Down Expand Up @@ -496,7 +497,7 @@ require (
go.opentelemetry.io/collector/service/hostcapabilities v0.145.0 // indirect
go.opentelemetry.io/contrib/bridges/otelzap v0.13.0 // indirect
go.opentelemetry.io/contrib/detectors/gcp v1.38.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
go.opentelemetry.io/contrib/otelconf v0.18.0 // indirect
go.opentelemetry.io/contrib/propagators/b3 v1.38.0 // indirect
go.opentelemetry.io/ebpf-profiler v0.0.202601 // indirect
Expand All @@ -519,7 +520,7 @@ require (
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gonum.org/v1/gonum v0.17.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
Expand All @@ -534,7 +535,7 @@ require (
)

require (
cloud.google.com/go/storage v1.53.0
cloud.google.com/go/storage v1.59.2
github.com/PaloAltoNetworks/pango v0.10.2
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/moby/term v0.5.0 // indirect
Expand Down
Loading
Loading