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

go 1.24.0

toolchain go1.24.2

require (
	go.opentelemetry.io/otel v1.38.0
	google.golang.org/genproto/googleapis/api v0.0.0-20250922171735-9219d122eba9
)

require (
	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
	google.golang.org/protobuf v1.36.9 // indirect
)
