Skip to content
Closed
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
8 changes: 5 additions & 3 deletions internal/metadataproviders/go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
module github.com/open-telemetry/opentelemetry-collector-contrib/internal/metadataproviders

go 1.25.0
go 1.26

require (
github.com/Showmax/go-fqdn v1.0.0
github.com/aws/aws-sdk-go-v2 v1.42.0
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.29
github.com/aws/aws-sdk-go-v2/service/ec2 v1.310.0
github.com/hashicorp/consul/api v1.32.1
github.com/hashicorp/consul/api v1.34.3
github.com/hashicorp/consul/api/v2 v2.0.0
github.com/moby/moby/api v1.55.0
github.com/moby/moby/client v0.5.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.155.0
Expand Down Expand Up @@ -49,6 +50,7 @@ require (
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/gnostic-models v0.7.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
Expand Down Expand Up @@ -91,7 +93,7 @@ require (
go.opentelemetry.io/otel/metric v1.44.0 // indirect
go.opentelemetry.io/otel/trace v1.44.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/sys v0.45.0 // indirect
Expand Down
7 changes: 7 additions & 0 deletions internal/metadataproviders/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions processor/resourcedetectionprocessor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor

go 1.25.0
go 1.26

require (
cloud.google.com/go/compute v1.60.0
Expand All @@ -14,7 +14,8 @@ require (
github.com/digitalocean/go-metadata v0.0.0-20250129100319-e3650a3df44b
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/hashicorp/consul/api v1.32.1
github.com/hashicorp/consul/api v1.34.3
github.com/hashicorp/consul/api/v2 v2.0.0
github.com/hetznercloud/hcloud-go/v2 v2.44.0
github.com/linode/go-metadata v0.2.4
github.com/moby/moby/api v1.55.0
Expand Down Expand Up @@ -191,7 +192,7 @@ require (
go.yaml.in/yaml/v2 v2.4.4 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/crypto v0.53.0 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sync v0.21.0 // indirect
Expand Down
5 changes: 5 additions & 0 deletions processor/resourcedetectionprocessor/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading