module github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping

go 1.25.0

toolchain go1.26.3

require (
	go.opentelemetry.io/otel v1.43.0
	google.golang.org/genproto/googleapis/api v0.0.0-20260519071638-aa98bba5eb94
)

require (
	github.com/cespare/xxhash/v2 v2.3.0 // indirect
	google.golang.org/protobuf v1.36.11 // indirect
)
