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
15 changes: 7 additions & 8 deletions processor/resourcedetectionprocessor/go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
module github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor

go 1.19
go 1.24.0

require (
cloud.google.com/go/compute/metadata v0.2.3
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.15.2
cloud.google.com/go/compute/metadata v0.9.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0
github.com/aws/aws-sdk-go v1.44.295
github.com/google/go-cmp v0.5.9
github.com/google/go-cmp v0.7.0
github.com/hashicorp/consul/api v1.22.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.81.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/metadataproviders v0.81.0
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v0.81.0
go.opentelemetry.io/collector/config/confighttp v0.81.0
go.opentelemetry.io/collector/config/configopaque v0.81.0
Expand All @@ -27,7 +27,6 @@ require (
)

require (
cloud.google.com/go/compute v1.19.1 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/Showmax/go-fqdn v1.0.0 // indirect
Expand Down Expand Up @@ -81,7 +80,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rs/cors v1.9.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/collector v0.81.0 // indirect
go.opentelemetry.io/collector/config/configauth v0.81.0 // indirect
Expand All @@ -100,7 +99,7 @@ require (
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/oauth2 v0.9.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/term v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/time v0.3.0 // indirect
Expand Down
46 changes: 32 additions & 14 deletions processor/resourcedetectionprocessor/go.sum

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

Loading