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
2 changes: 1 addition & 1 deletion detectors/gcp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
cloud.google.com/go/compute/metadata v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion e2e-test-server/cloud_functions/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-serve

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
cloud.google.com/go/pubsub/v2 v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion e2e-test-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-serve

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
cloud.google.com/go/pubsub/v2 v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion example/log/slogbridge/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/log/sl

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
github.com/go-viper/mapstructure/v2 v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion example/metric/collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
go.opentelemetry.io/otel v1.38.0
Expand Down
2 changes: 1 addition & 1 deletion example/metric/exponential_histogram/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0
Expand Down
2 changes: 1 addition & 1 deletion example/metric/otlpgrpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
go.opentelemetry.io/contrib/detectors/gcp v1.38.0
Expand Down
2 changes: 1 addition & 1 deletion example/metric/sdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0
Expand Down
2 changes: 1 addition & 1 deletion example/trace/http/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.30.0
Expand Down
2 changes: 1 addition & 1 deletion example/trace/otlpgrpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

// [START opentelemetry_otlp_grpc_deps]
require (
Expand Down
2 changes: 1 addition & 1 deletion example/trace/otlphttp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
go.opentelemetry.io/otel v1.38.0
Expand Down
2 changes: 1 addition & 1 deletion exporter/collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/colle

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
cloud.google.com/go/logging v1.13.0
Expand Down
2 changes: 1 addition & 1 deletion exporter/collector/googlemanagedprometheus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/colle

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
github.com/prometheus/common v0.66.1
Expand Down
2 changes: 1 addition & 1 deletion exporter/collector/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/colle

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
cloud.google.com/go/logging v1.13.0
Expand Down
2 changes: 1 addition & 1 deletion exporter/metric/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metri

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
cloud.google.com/go/monitoring v1.24.2
Expand Down
2 changes: 1 addition & 1 deletion exporter/trace/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
cloud.google.com/go/trace v1.11.6
Expand Down
2 changes: 1 addition & 1 deletion extension/googleclientauthextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/goog

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
github.com/stretchr/testify v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

retract (
v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion internal/cloudmock/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloud

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
cloud.google.com/go/logging v1.13.0
Expand Down
2 changes: 1 addition & 1 deletion internal/resourcemapping/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resou

go 1.24.0

toolchain go1.24.2
toolchain go1.25.6

require (
go.opentelemetry.io/otel v1.38.0
Expand Down